class sun.tools.attach.WindowsVirtualMachine$PipedInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.tools.attach.WindowsVirtualMachine$PipedInputStream
  super_class: java.io.InputStream
{
  private long hPipe;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  final sun.tools.attach.WindowsVirtualMachine this$0;
    descriptor: Lsun/tools/attach/WindowsVirtualMachine;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.tools.attach.WindowsVirtualMachine, long);
    descriptor: (Lsun/tools/attach/WindowsVirtualMachine;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.tools.attach.WindowsVirtualMachine$PipedInputStream this
        start local 2 // long hPipe
         0: .line 136
            aload 0 /* this */
            aload 1
            putfield sun.tools.attach.WindowsVirtualMachine$PipedInputStream.this$0:Lsun/tools/attach/WindowsVirtualMachine;
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 137
            aload 0 /* this */
            lload 2 /* hPipe */
            putfield sun.tools.attach.WindowsVirtualMachine$PipedInputStream.hPipe:J
         2: .line 138
            return
        end local 2 // long hPipe
        end local 0 // sun.tools.attach.WindowsVirtualMachine$PipedInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/tools/attach/WindowsVirtualMachine$PipedInputStream;
            0    3     2  hPipe  J
    MethodParameters:
        Name  Flags
      this$0  final
      hPipe   

  public synchronized int read();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // sun.tools.attach.WindowsVirtualMachine$PipedInputStream this
         0: .line 141
            iconst_1
            newarray 8
            astore 1 /* b */
        start local 1 // byte[] b
         1: .line 142
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            iconst_1
            invokevirtual sun.tools.attach.WindowsVirtualMachine$PipedInputStream.read:([BII)I
            istore 2 /* n */
        start local 2 // int n
         2: .line 143
            iload 2 /* n */
            iconst_1
            if_icmpne 4
         3: .line 144
            aload 1 /* b */
            iconst_0
            baload
            sipush 255
            iand
            ireturn
         4: .line 146
      StackMap locals: byte[] int
      StackMap stack:
            iconst_m1
            ireturn
        end local 2 // int n
        end local 1 // byte[] b
        end local 0 // sun.tools.attach.WindowsVirtualMachine$PipedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/tools/attach/WindowsVirtualMachine$PipedInputStream;
            1    5     1     b  [B
            2    5     2     n  I
    Exceptions:
      throws java.io.IOException

  public synchronized int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // sun.tools.attach.WindowsVirtualMachine$PipedInputStream this
        start local 1 // byte[] bs
        start local 2 // int off
        start local 3 // int len
         0: .line 151
            iload 2 /* off */
            iflt 2
            iload 2 /* off */
            aload 1 /* bs */
            arraylength
            if_icmpgt 2
            iload 3 /* len */
            iflt 2
         1: .line 152
            iload 2 /* off */
            iload 3 /* len */
            iadd
            aload 1 /* bs */
            arraylength
            if_icmpgt 2
            iload 2 /* off */
            iload 3 /* len */
            iadd
            ifge 3
         2: .line 153
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         3: .line 154
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifne 5
         4: .line 155
            iconst_0
            ireturn
         5: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.attach.WindowsVirtualMachine$PipedInputStream.hPipe:J
            aload 1 /* bs */
            iload 2 /* off */
            iload 3 /* len */
            invokestatic sun.tools.attach.WindowsVirtualMachine.readPipe:(J[BII)I
            ireturn
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] bs
        end local 0 // sun.tools.attach.WindowsVirtualMachine$PipedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/tools/attach/WindowsVirtualMachine$PipedInputStream;
            0    6     1    bs  [B
            0    6     2   off  I
            0    6     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      bs    
      off   
      len   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.tools.attach.WindowsVirtualMachine$PipedInputStream this
         0: .line 161
            aload 0 /* this */
            getfield sun.tools.attach.WindowsVirtualMachine$PipedInputStream.hPipe:J
            ldc -1
            lcmp
            ifeq 3
         1: .line 162
            aload 0 /* this */
            getfield sun.tools.attach.WindowsVirtualMachine$PipedInputStream.hPipe:J
            invokestatic sun.tools.attach.WindowsVirtualMachine.closePipe:(J)V
         2: .line 163
            aload 0 /* this */
            ldc -1
            putfield sun.tools.attach.WindowsVirtualMachine$PipedInputStream.hPipe:J
         3: .line 165
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.tools.attach.WindowsVirtualMachine$PipedInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/tools/attach/WindowsVirtualMachine$PipedInputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "WindowsVirtualMachine.java"
NestHost: sun.tools.attach.WindowsVirtualMachine
InnerClasses:
  private PipedInputStream = sun.tools.attach.WindowsVirtualMachine$PipedInputStream of sun.tools.attach.WindowsVirtualMachine