public abstract static class Pipe.SinkChannel extends AbstractSelectableChannel implements WritableByteChannel, GatheringByteChannel
| Modifier | Constructor and Description |
|---|---|
protected |
SinkChannel(SelectorProvider provider)
Constructs a new
SinkChannel. |
| Modifier and Type | Method and Description |
|---|---|
int |
validOps()
Indicates that this channel only supports writing.
|
blockingLock, configureBlocking, implCloseChannel, implCloseSelectableChannel, implConfigureBlocking, isBlocking, isRegistered, keyFor, provider, registerregisterbegin, close, end, isOpenclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, writewriteprotected SinkChannel(SelectorProvider provider)
SinkChannel.provider - the provider of the channel.public final int validOps()
validOps in class SelectableChannel