readIntLe

open suspend fun readIntLe(buffer: ByteArray = ByteArray(4)): Int

Reads an int in little-endian order from the source

Parameters

buffer

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