Module java.base

Class Pipe.SourceChannel

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

public abstract static class Pipe.SourceChannel extends AbstractSelectableChannel implements ReadableByteChannel, ScatteringByteChannel
代表可读端的通道Pipe
自版本:
1.4
  • Constructor Details

    • SourceChannel

      protected SourceChannel(SelectorProvider provider)
      构造此类的新实例。
      参数:
      provider - 选择器提供者
  • Method Details

    • validOps

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

      管道源通道仅支持读取,因此此方法返回SelectionKey.OP_READ

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