readLong

open suspend fun readLong(buffer: ByteArray = ByteArray(8)): Long

Reads a long from the source

Parameters

buffer

Allows calling code to pool buffers and pass them in for improved performance.