readShort

open suspend fun readShort(buffer: ByteArray = ByteArray(2)): Short

Reads a short from the source

Parameters

buffer

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