ByteChannel
Creates buffered channel for asynchronous reading and writing of sequences of bytes.
fun ByteChannel(autoFlush: Boolean = false, exceptionMapper: (Throwable?) -> Throwable?): ByteChannel
Content copied to clipboard
Creates buffered channel for asynchronous reading and writing of sequences of bytes using close function to close channel.
Creates buffered channel for asynchronous reading and writing of sequences of bytes.
Creates buffered channel for asynchronous reading and writing of sequences of bytes.