public static abstract class

Pipe.SinkChannel

extends AbstractSelectableChannel
implements GatheringByteChannel WritableByteChannel
java.lang.Object
   ↳ java.nio.channels.spi.AbstractInterruptibleChannel
     ↳ java.nio.channels.SelectableChannel
       ↳ java.nio.channels.spi.AbstractSelectableChannel
         ↳ java.nio.channels.Pipe.SinkChannel

Class Overview

A channel representing the writable end of a Pipe.

Summary

Protected Constructors
Pipe.SinkChannel(SelectorProvider provider)
Initializes a new instance of this class.
Public Methods
final int validOps()
Returns an operation set identifying this channel's supported operations.
[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.io.Closeable
From interface java.nio.channels.Channel
From interface java.nio.channels.GatheringByteChannel
From interface java.nio.channels.InterruptibleChannel
From interface java.nio.channels.WritableByteChannel

Protected Constructors

protected Pipe.SinkChannel (SelectorProvider provider)

Initializes a new instance of this class.

Public Methods

public final int validOps ()

Returns an operation set identifying this channel's supported operations.

Pipe-sink channels only support writing, so this method returns OP_WRITE.

Returns
  • The valid-operation set