class com.caucho.hessian.io.HessianInput$1 extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.caucho.hessian.io.HessianInput$1
  super_class: java.io.InputStream
{
  boolean _isClosed;
    descriptor: Z
    flags: (0x0000) 

  final com.caucho.hessian.io.HessianInput this$0;
    descriptor: Lcom/caucho/hessian/io/HessianInput;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.caucho.hessian.io.HessianInput);
    descriptor: (Lcom/caucho/hessian/io/HessianInput;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.caucho.hessian.io.HessianInput$1 this
         0: .line 1568
            aload 0 /* this */
            aload 1
            putfield com.caucho.hessian.io.HessianInput$1.this$0:Lcom/caucho/hessian/io/HessianInput;
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 1569
            aload 0 /* this */
            iconst_0
            putfield com.caucho.hessian.io.HessianInput$1._isClosed:Z
         2: .line 1568
            return
        end local 0 // com.caucho.hessian.io.HessianInput$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/caucho/hessian/io/HessianInput$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput$1 this
         0: .line 1574
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput$1._isClosed:Z
            ifne 1
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput$1.this$0:Lcom/caucho/hessian/io/HessianInput;
            getfield com.caucho.hessian.io.HessianInput._is:Ljava/io/InputStream;
            ifnonnull 2
         1: .line 1575
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         2: .line 1577
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput$1.this$0:Lcom/caucho/hessian/io/HessianInput;
            invokevirtual com.caucho.hessian.io.HessianInput.parseByte:()I
            istore 1 /* ch */
        start local 1 // int ch
         3: .line 1578
            iload 1 /* ch */
            ifge 5
         4: .line 1579
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianInput$1._isClosed:Z
         5: .line 1581
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            ireturn
        end local 1 // int ch
        end local 0 // com.caucho.hessian.io.HessianInput$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/caucho/hessian/io/HessianInput$1;
            3    6     1    ch  I
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.caucho.hessian.io.HessianInput$1 this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int length
         0: .line 1587
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput$1._isClosed:Z
            ifne 1
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput$1.this$0:Lcom/caucho/hessian/io/HessianInput;
            getfield com.caucho.hessian.io.HessianInput._is:Ljava/io/InputStream;
            ifnonnull 2
         1: .line 1588
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
         2: .line 1590
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput$1.this$0:Lcom/caucho/hessian/io/HessianInput;
            aload 1 /* buffer */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual com.caucho.hessian.io.HessianInput.read:([BII)I
            istore 4 /* len */
        start local 4 // int len
         3: .line 1591
            iload 4 /* len */
            ifge 5
         4: .line 1592
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianInput$1._isClosed:Z
         5: .line 1594
      StackMap locals: int
      StackMap stack:
            iload 4 /* len */
            ireturn
        end local 4 // int len
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // com.caucho.hessian.io.HessianInput$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/caucho/hessian/io/HessianInput$1;
            0    6     1  buffer  [B
            0    6     2  offset  I
            0    6     3  length  I
            3    6     4     len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      length  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput$1 this
         0: .line 1600
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput$1.read:()I
            ifge 0
         1: .line 1603
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianInput$1._isClosed:Z
         2: .line 1604
            return
        end local 0 // com.caucho.hessian.io.HessianInput$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/caucho/hessian/io/HessianInput$1;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "HessianInput.java"
EnclosingMethod: com.caucho.hessian.io.HessianInput.readInputStream:()Ljava/io/InputStream;
NestHost: com.caucho.hessian.io.HessianInput
InnerClasses:
  com.caucho.hessian.io.HessianInput$1