| java.lang.Object | ||||
| ↳ | java.nio.channels.spi.AbstractInterruptibleChannel | |||
| ↳ | java.nio.channels.SelectableChannel | |||
| ↳ | java.nio.channels.spi.AbstractSelectableChannel | |||
| ↳ | java.nio.channels.Pipe.SinkChannel | |||
Writable sink channel used to write to a pipe.
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
SinkChannel.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Indicates that this channel only supports writing.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.nio.channels.spi.AbstractSelectableChannel
| |||||||||||
From class
java.nio.channels.SelectableChannel
| |||||||||||
From class
java.nio.channels.spi.AbstractInterruptibleChannel
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.nio.channels.Channel
| |||||||||||
From interface
java.nio.channels.InterruptibleChannel
| |||||||||||
From interface
java.nio.channels.WritableByteChannel
| |||||||||||
From interface
java.nio.channels.GatheringByteChannel
| |||||||||||
From interface
java.io.Closeable
| |||||||||||
From interface
java.lang.AutoCloseable
| |||||||||||
Constructs a new SinkChannel.
| provider | the provider of the channel. |
|---|
Indicates that this channel only supports writing.