class jdk.jshell.execution.PipeInputStream$1 extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.jshell.execution.PipeInputStream$1
  super_class: java.io.OutputStream
{
  final jdk.jshell.execution.PipeInputStream this$0;
    descriptor: Ljdk/jshell/execution/PipeInputStream;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.jshell.execution.PipeInputStream);
    descriptor: (Ljdk/jshell/execution/PipeInputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jshell.execution.PipeInputStream$1 this
         0: .line 122
            aload 0 /* this */
            aload 1
            putfield jdk.jshell.execution.PipeInputStream$1.this$0:Ljdk/jshell/execution/PipeInputStream;
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
            return
        end local 0 // jdk.jshell.execution.PipeInputStream$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/jshell/execution/PipeInputStream$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.jshell.execution.PipeInputStream$1 this
        start local 1 // int b
         0: .line 124
            aload 0 /* this */
            getfield jdk.jshell.execution.PipeInputStream$1.this$0:Ljdk/jshell/execution/PipeInputStream;
            iload 1 /* b */
            invokevirtual jdk.jshell.execution.PipeInputStream.write:(I)V
         1: .line 125
            return
        end local 1 // int b
        end local 0 // jdk.jshell.execution.PipeInputStream$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/jshell/execution/PipeInputStream$1;
            0    2     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // jdk.jshell.execution.PipeInputStream$1 this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 128
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 4
         2: .line 129
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 4 /* i */
            iadd
            baload
            invokestatic java.lang.Byte.toUnsignedInt:(B)I
            invokevirtual jdk.jshell.execution.PipeInputStream$1.write:(I)V
         3: .line 128
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 4 /* i */
            iload 3 /* len */
            if_icmplt 2
        end local 4 // int i
         5: .line 131
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // jdk.jshell.execution.PipeInputStream$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/jshell/execution/PipeInputStream$1;
            0    6     1     b  [B
            0    6     2   off  I
            0    6     3   len  I
            1    5     4     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.jshell.execution.PipeInputStream$1 this
         0: .line 134
            aload 0 /* this */
            getfield jdk.jshell.execution.PipeInputStream$1.this$0:Ljdk/jshell/execution/PipeInputStream;
            invokevirtual jdk.jshell.execution.PipeInputStream.close:()V
         1: .line 135
            return
        end local 0 // jdk.jshell.execution.PipeInputStream$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/jshell/execution/PipeInputStream$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "PipeInputStream.java"
EnclosingMethod: jdk.jshell.execution.PipeInputStream.createOutput:()Ljava/io/OutputStream;
NestHost: jdk.jshell.execution.PipeInputStream
InnerClasses:
  jdk.jshell.execution.PipeInputStream$1