Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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.