JavaTM Platform
Standard Ed. 6

java.nio.channels
类 Pipe.SinkChannel

java.lang.Object
  继承者 java.nio.channels.spi.AbstractInterruptibleChannel
      继承者 java.nio.channels.SelectableChannel
          继承者 java.nio.channels.spi.AbstractSelectableChannel
              继承者 java.nio.channels.Pipe.SinkChannel
所有已实现的接口:
Closeable, Channel, GatheringByteChannel, InterruptibleChannel, WritableByteChannel
正在封闭类:
Pipe

public abstract static class Pipe.SinkChannel
extends AbstractSelectableChannel
implements WritableByteChannel, GatheringByteChannel

表示 Pipe 的可写入结尾的通道。

从以下版本开始:
1.4

构造方法摘要
protected Pipe.SinkChannel(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.GatheringByteChannel 继承的方法
write, write
 
从接口 java.nio.channels.WritableByteChannel 继承的方法
write
 
从接口 java.nio.channels.Channel 继承的方法
close, isOpen
 

构造方法详细信息

Pipe.SinkChannel

protected Pipe.SinkChannel(SelectorProvider provider)
初始化此类的一个新实例。

方法详细信息

validOps

public final int validOps()
返回一个操作集,标识此通道所支持的操作。

Pipe 的 SinkChannel 仅支持写入操作,所以此方法返回 SelectionKey.OP_WRITE

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

JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策