readDoubleLe

open suspend fun readDoubleLe(buffer: ByteArray = ByteArray(8)): Double

Reads a double in little-endian order from the source

Parameters

buffer

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