class com.caucho.hessian.io.Deflation$DeflateInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.caucho.hessian.io.Deflation$DeflateInputStream
  super_class: java.io.InputStream
{
  private com.caucho.hessian.io.Hessian2Input _in;
    descriptor: Lcom/caucho/hessian/io/Hessian2Input;
    flags: (0x0002) ACC_PRIVATE

  private java.io.InputStream _bodyIn;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

  private java.util.zip.InflaterInputStream _inflateIn;
    descriptor: Ljava/util/zip/InflaterInputStream;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.caucho.hessian.io.Hessian2Input);
    descriptor: (Lcom/caucho/hessian/io/Hessian2Input;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.caucho.hessian.io.Deflation$DeflateInputStream this
        start local 1 // com.caucho.hessian.io.Hessian2Input in
         0: .line 157
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 160
            aload 0 /* this */
            aload 1 /* in */
            putfield com.caucho.hessian.io.Deflation$DeflateInputStream._in:Lcom/caucho/hessian/io/Hessian2Input;
         2: .line 162
            aload 1 /* in */
            invokevirtual com.caucho.hessian.io.Hessian2Input.readInt:()I
            istore 2 /* len */
        start local 2 // int len
         3: .line 164
            iload 2 /* len */
            ifeq 5
         4: .line 165
            new java.io.IOException
            dup
            ldc "expected no headers"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 167
      StackMap locals: com.caucho.hessian.io.Deflation$DeflateInputStream com.caucho.hessian.io.Hessian2Input int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.caucho.hessian.io.Deflation$DeflateInputStream._in:Lcom/caucho/hessian/io/Hessian2Input;
            invokevirtual com.caucho.hessian.io.Hessian2Input.readInputStream:()Ljava/io/InputStream;
            putfield com.caucho.hessian.io.Deflation$DeflateInputStream._bodyIn:Ljava/io/InputStream;
         6: .line 169
            aload 0 /* this */
            new java.util.zip.InflaterInputStream
            dup
            aload 0 /* this */
            getfield com.caucho.hessian.io.Deflation$DeflateInputStream._bodyIn:Ljava/io/InputStream;
            invokespecial java.util.zip.InflaterInputStream.<init>:(Ljava/io/InputStream;)V
            putfield com.caucho.hessian.io.Deflation$DeflateInputStream._inflateIn:Ljava/util/zip/InflaterInputStream;
         7: .line 170
            return
        end local 2 // int len
        end local 1 // com.caucho.hessian.io.Hessian2Input in
        end local 0 // com.caucho.hessian.io.Deflation$DeflateInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/caucho/hessian/io/Deflation$DeflateInputStream;
            0    8     1    in  Lcom/caucho/hessian/io/Hessian2Input;
            3    8     2   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.Deflation$DeflateInputStream this
         0: .line 175
            aload 0 /* this */
            getfield com.caucho.hessian.io.Deflation$DeflateInputStream._inflateIn:Ljava/util/zip/InflaterInputStream;
            invokevirtual java.util.zip.InflaterInputStream.read:()I
            ireturn
        end local 0 // com.caucho.hessian.io.Deflation$DeflateInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/Deflation$DeflateInputStream;
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.caucho.hessian.io.Deflation$DeflateInputStream this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int length
         0: .line 181
            aload 0 /* this */
            getfield com.caucho.hessian.io.Deflation$DeflateInputStream._inflateIn:Ljava/util/zip/InflaterInputStream;
            aload 1 /* buffer */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual java.util.zip.InflaterInputStream.read:([BII)I
            ireturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // com.caucho.hessian.io.Deflation$DeflateInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/caucho/hessian/io/Deflation$DeflateInputStream;
            0    1     1  buffer  [B
            0    1     2  offset  I
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      length  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.caucho.hessian.io.Deflation$DeflateInputStream this
         0: .line 187
            aload 0 /* this */
            getfield com.caucho.hessian.io.Deflation$DeflateInputStream._in:Lcom/caucho/hessian/io/Hessian2Input;
            astore 1 /* in */
        start local 1 // com.caucho.hessian.io.Hessian2Input in
         1: .line 188
            aload 0 /* this */
            aconst_null
            putfield com.caucho.hessian.io.Deflation$DeflateInputStream._in:Lcom/caucho/hessian/io/Hessian2Input;
         2: .line 190
            aload 1 /* in */
            ifnull 10
         3: .line 191
            aload 0 /* this */
            getfield com.caucho.hessian.io.Deflation$DeflateInputStream._inflateIn:Ljava/util/zip/InflaterInputStream;
            invokevirtual java.util.zip.InflaterInputStream.close:()V
         4: .line 192
            aload 0 /* this */
            getfield com.caucho.hessian.io.Deflation$DeflateInputStream._bodyIn:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
         5: .line 194
            aload 1 /* in */
            invokevirtual com.caucho.hessian.io.Hessian2Input.readInt:()I
            istore 2 /* len */
        start local 2 // int len
         6: .line 196
            iload 2 /* len */
            ifeq 8
         7: .line 197
            new java.io.IOException
            dup
            ldc "Unexpected footer"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 199
      StackMap locals: com.caucho.hessian.io.Hessian2Input int
      StackMap stack:
            aload 1 /* in */
            invokevirtual com.caucho.hessian.io.Hessian2Input.completeEnvelope:()V
         9: .line 201
            aload 1 /* in */
            invokevirtual com.caucho.hessian.io.Hessian2Input.close:()V
        end local 2 // int len
        10: .line 203
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.caucho.hessian.io.Hessian2Input in
        end local 0 // com.caucho.hessian.io.Deflation$DeflateInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/caucho/hessian/io/Deflation$DeflateInputStream;
            1   11     1    in  Lcom/caucho/hessian/io/Hessian2Input;
            6   10     2   len  I
    Exceptions:
      throws java.io.IOException
}
SourceFile: "Deflation.java"
NestHost: com.caucho.hessian.io.Deflation
InnerClasses:
  DeflateInputStream = com.caucho.hessian.io.Deflation$DeflateInputStream of com.caucho.hessian.io.Deflation