public abstract class java.nio.channels.Pipe$SourceChannel extends java.nio.channels.spi.AbstractSelectableChannel implements java.nio.channels.ReadableByteChannel, java.nio.channels.ScatteringByteChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: java.nio.channels.Pipe$SourceChannel
  super_class: java.nio.channels.spi.AbstractSelectableChannel
{
  protected void <init>(java.nio.channels.spi.SelectorProvider);
    descriptor: (Ljava/nio/channels/spi/SelectorProvider;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.channels.Pipe$SourceChannel this
        start local 1 // java.nio.channels.spi.SelectorProvider provider
         0: .line 70
            aload 0 /* this */
            aload 1 /* provider */
            invokespecial java.nio.channels.spi.AbstractSelectableChannel.<init>:(Ljava/nio/channels/spi/SelectorProvider;)V
         1: .line 71
            return
        end local 1 // java.nio.channels.spi.SelectorProvider provider
        end local 0 // java.nio.channels.Pipe$SourceChannel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/nio/channels/Pipe$SourceChannel;
            0    2     1  provider  Ljava/nio/channels/spi/SelectorProvider;
    MethodParameters:
          Name  Flags
      provider  

  public final int validOps();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.channels.Pipe$SourceChannel this
         0: .line 83
            iconst_1
            ireturn
        end local 0 // java.nio.channels.Pipe$SourceChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/channels/Pipe$SourceChannel;
}
SourceFile: "Pipe.java"
NestHost: java.nio.channels.Pipe
InnerClasses:
  public abstract SourceChannel = java.nio.channels.Pipe$SourceChannel of java.nio.channels.Pipe