readLongLe

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

Reads a long in little-endian order from the source

Parameters

buffer

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