readDouble

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

Reads a double from the source

Parameters

buffer

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