read
abstract suspend fun read(buffer: ByteArray, bufferOffset: Int = 0, byteCount: Int = buffer.size): Int
Reads bytes into the provided buffer
Return
The amount of bytes read
Parameters
buffer
The destination for the read bytes
buffer Offset
The start offset to place read bytes in the sink
byte Count
The amount of bytes to read from the source