readFloat

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

Reads a float from the source

Parameters

buffer

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