to top
Android APIs
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

Writable sink channel used to write to a pipe.

Summary

Protected Constructors
Pipe.SinkChannel(SelectorProvider provider)
Constructs a new SinkChannel.
Public Methods
final int validOps()
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.io.Closeable
From interface java.lang.AutoCloseable
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)

Added in API level 1

Constructs a new SinkChannel.

Parameters
provider the provider of the channel.

Public Methods

public final int validOps ()

Added in API level 1

Indicates that this channel only supports writing.

Returns
  • a static value of OP_WRITE.