java.nio.channels
public abstract static class Pipe.SourceChannel extends AbstractSelectableChannel implements ReadableByteChannel, ScatteringByteChannel
Modifier | Constructor and Description |
---|---|
protected |
Pipe.SourceChannel(SelectorProvider provider)
Initializes the channel.
|
Modifier and Type | Method and Description |
---|---|
int |
validOps()
Returns an operation set that is valid on this channel.
|
blockingLock, configureBlocking, implCloseChannel, implCloseSelectableChannel, implConfigureBlocking, isBlocking, isRegistered, keyFor, provider, register
register
begin, close, end, isOpen
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read, read
read
protected Pipe.SourceChannel(SelectorProvider provider)
public final int validOps()
validOps
in class SelectableChannel