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