read

open suspend override fun read(buffer: ByteArray, bufferOffset: Int, byteCount: Int): Int

Reads bytes into the provided buffer

Return

The amount of bytes read

Parameters

buffer

The destination for the read bytes

bufferOffset

The start offset to place read bytes in the sink

byteCount

The amount of bytes to read from the source