readByte

open suspend fun readByte(buffer: ByteArray = ByteArray(1)): Byte

Reads a single byte from the source

Parameters

buffer

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