Module java.base

Class Pipe.SinkChannel

所有已实现的接口:
Closeable, AutoCloseable, Channel, GatheringByteChannel, InterruptibleChannel, WritableByteChannel
封闭类:
Pipe

public abstract static class Pipe.SinkChannel extends AbstractSelectableChannel implements WritableByteChannel, GatheringByteChannel
代表可写端的通道Pipe
自1.4版本起:
1.4
  • Constructor Details

    • SinkChannel

      protected SinkChannel(SelectorProvider provider)
      初始化此类的新实例。
      参数:
      provider - 选择器提供者
  • Method Details

    • validOps

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

      管道-汇通道仅支持写入,因此此方法返回SelectionKey.OP_WRITE

      指定者:
      validOps 在类 SelectableChannel
      返回:
      有效操作集