readFloatLe

open suspend fun readFloatLe(buffer: ByteArray = ByteArray(4)): Float

Reads a float in little-endian order from the source

Parameters

buffer

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