Interface | Description |
---|---|
ReadableByteChannelMaster | |
WritableByteChannelMaster |
Class | Description |
---|---|
ByteArrayReadableByteChannelSlave |
Reads all bytes into an internal buffer.
|
ByteArrayWritableByteChannelSlave |
Writes all bytes given to the writable channel, without pausing.
|
NullReadableByteChannelSlave |
A follower of
ReadableByteChannel that reads the channel
completely, but discards all data immediately. |
NullWritableByteChannelSlave |
A follower of
WritableByteChannel that doesn't write anything, and
closes the channel as soon as it's allocated. |
UncontrollableByteArrayReadableByteChannelMaster |
A channel leader that can not be controlled.
|
UncontrollableByteArrayWritableByteChannelMaster |
A channel leader that can not be controlled.
|
UncontrollableReadableByteChannelMaster |
A channel leader that can not be controlled.
|
Copyright © 2017. All rights reserved.