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