read

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