Android
java.nio.channels
public static abstract class

java.nio.channels.Pipe.SourceChannel

java.lang.Object
java.nio.channels.spi.AbstractInterruptibleChannel Channel InterruptibleChannel
java.nio.channels.SelectableChannel Channel
java.nio.channels.spi.AbstractSelectableChannel
java.nio.channels.Pipe.SourceChannel ReadableByteChannel ScatteringByteChannel

Readable source channel for reading from.

Summary

Protected Constructors

            Pipe.SourceChannel(SelectorProvider provider)
The Constructor.

Public Methods

    final      int  validOps()
Indicates this channel supports only reading.
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.InterruptibleChannel
Methods inherited from interface java.nio.channels.ReadableByteChannel
Methods inherited from interface java.nio.channels.ScatteringByteChannel

Details

Protected Constructors

protected Pipe.SourceChannel(SelectorProvider provider)

The Constructor.

Parameters

provider the provider of the channel

Public Methods

public final int validOps()

Indicates this channel supports only reading.

Returns

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