readInt

open suspend fun readInt(buffer: ByteArray = ByteArray(4)): Int

Reads an int from the source

Parameters

buffer

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