read

abstract fun read(): Int
abstract fun read(    b: ByteArray,     offset: Int = 0,     length: Int = b.size - offset): Int