open suspend fun readAvailable(dst: IoBuffer): Int
Overrides ByteReadChannel.readAvailable
open suspend fun readAvailable( dst: ByteArray, offset: Int, length: Int): Int
Reads all available bytes to dst buffer and returns immediately or suspends if no bytes available
Return number of bytes were read or -1 if the channel has been closed
-1