Android
java.nio.channels
public static abstract class

java.nio.channels.Pipe.SinkChannel

java.lang.Object
java.nio.channels.spi.AbstractInterruptibleChannel Channel InterruptibleChannel
java.nio.channels.SelectableChannel Channel
java.nio.channels.spi.AbstractSelectableChannel
java.nio.channels.Pipe.SinkChannel GatheringByteChannel WritableByteChannel

Writable sink channel for writing into.

Summary

Protected Constructors

            Pipe.SinkChannel(SelectorProvider provider)
The Constructor.

Public Methods

    final      int  validOps()
Indicates this channel supports only writing.
Methods inherited from class java.nio.channels.spi.AbstractSelectableChannel
Methods inherited from class java.nio.channels.SelectableChannel
Methods inherited from class java.nio.channels.spi.AbstractInterruptibleChannel
Methods inherited from class java.lang.Object
Methods inherited from interface java.io.Closeable
Methods inherited from interface java.nio.channels.Channel
Methods inherited from interface java.nio.channels.GatheringByteChannel
Methods inherited from interface java.nio.channels.InterruptibleChannel
Methods inherited from interface java.nio.channels.WritableByteChannel

Details

Protected Constructors

protected Pipe.SinkChannel(SelectorProvider provider)

The Constructor.

Parameters

provider the provider of the channel

Public Methods

public final int validOps()

Indicates this channel supports only writing.

Returns

  • a static value of OP_WRITE
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48