read

suspend fun read(data: ByteArray, offset: Int = 0, size: Int = data.size - offset): Int
suspend fun read(size: Int): ByteArray