java.nio.channels
public abstract static class Pipe.SourceChannel extends AbstractSelectableChannel implements ReadableByteChannel, ScatteringByteChannel
Constructor Summary | |
---|---|
protected | SourceChannel(SelectorProvider provider)
Initializes the channel. |
Method Summary | |
---|---|
int | validOps()
Returns an operation set that is valid on this channel.
|