JavaTM 2 Platform
Standard Ed. 6

java.nio.channels
類別 Pipe.SourceChannel

java.lang.Object
  繼承者 java.nio.channels.spi.AbstractInterruptibleChannel
      繼承者 java.nio.channels.SelectableChannel
          繼承者 java.nio.channels.spi.AbstractSelectableChannel
              繼承者 java.nio.channels.Pipe.SourceChannel
所有已實作的介面:
Closeable, Channel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel
正在封閉類別:
Pipe

public abstract static class Pipe.SourceChannel
extends AbstractSelectableChannel
implements ReadableByteChannel, ScatteringByteChannel

表示 Pipe 的可讀取結尾的通道。

從以下版本開始:
1.4

建構子摘要
protected Pipe.SourceChannel(SelectorProvider provider)
          建構此類別的一個新實例。
 
方法摘要
 int validOps()
          返回一個操作集,標識此通道所支持的操作。
 
從類別 java.nio.channels.spi.AbstractSelectableChannel 繼承的方法
blockingLock, configureBlocking, implCloseChannel, implCloseSelectableChannel, implConfigureBlocking, isBlocking, isRegistered, keyFor, provider, register
 
從類別 java.nio.channels.SelectableChannel 繼承的方法
register
 
從類別 java.nio.channels.spi.AbstractInterruptibleChannel 繼承的方法
begin, close, end, isOpen
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
從介面 java.nio.channels.ScatteringByteChannel 繼承的方法
read, read
 
從介面 java.nio.channels.ReadableByteChannel 繼承的方法
read
 
從介面 java.nio.channels.Channel 繼承的方法
close, isOpen
 

建構子詳細資訊

Pipe.SourceChannel

protected Pipe.SourceChannel(SelectorProvider provider)
建構此類別的一個新實例。

方法詳細資訊

validOps

public final int validOps()
返回一個操作集,標識此通道所支持的操作。

Pipe 的 SourceChannel 僅支持讀取操作,所以此方法返回 SelectionKey.OP_READ

指定者:
類別 SelectableChannel 中的 validOps
返回:
有效操作集

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only