Byte I/O channels (unstable, work in progress).
All Types
Byte buffer. |
|
Channel for asynchronous reading and writing of sequences of bytes. This is a buffered single-reader single-writer channel. |
|
Byte order. |
|
Channel for asynchronous reading of sequences of bytes. This is a single-reader channel. |
|
Channel for asynchronous writing of sequences of bytes. This is a single-writer channel. |
|
kotlinx.coroutines.experimental.io.ClosedWriteChannelException |
Indicates attempt to write on isClosedForWrite channel that was closed without a cause. A failed channel rethrows the original close cause exception on send attempts. |
java.io.InputStream (extensions in package kotlinx.coroutines.experimental.io.jvm.javaio) |
|
java.nio.channels.Pipe (extensions in package kotlinx.coroutines.experimental.io.jvm.nio) |
|
java.nio.channels.ReadableByteChannel (extensions in package kotlinx.coroutines.experimental.io.jvm.nio) |
|
A coroutine job that is reading from a byte channel |
|
A coroutine job that is writing to a byte channel |
|