read

abstract suspend fun read(buffer: ByteArray, offset: Int = 0, len: Int = buffer.size - offset): Int
open suspend fun read(): Int