suspend fun readAvailable(dst: ByteBuffer): Int
Overrides ByteReadChannel.readAvailable
fun readAvailable(min: Int, block: (ByteBuffer) -> Unit): Int