public class org.apache.http.client.entity.DecompressingEntity extends org.apache.http.entity.HttpEntityWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.client.entity.DecompressingEntity
  super_class: org.apache.http.entity.HttpEntityWrapper
{
  private static final int BUFFER_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2048

  private final org.apache.http.client.entity.InputStreamFactory inputStreamFactory;
    descriptor: Lorg/apache/http/client/entity/InputStreamFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(org.apache.http.HttpEntity, org.apache.http.client.entity.InputStreamFactory);
    descriptor: (Lorg/apache/http/HttpEntity;Lorg/apache/http/client/entity/InputStreamFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.http.client.entity.DecompressingEntity this
        start local 1 // org.apache.http.HttpEntity wrapped
        start local 2 // org.apache.http.client.entity.InputStreamFactory inputStreamFactory
         0: .line 66
            aload 0 /* this */
            aload 1 /* wrapped */
            invokespecial org.apache.http.entity.HttpEntityWrapper.<init>:(Lorg/apache/http/HttpEntity;)V
         1: .line 67
            aload 0 /* this */
            aload 2 /* inputStreamFactory */
            putfield org.apache.http.client.entity.DecompressingEntity.inputStreamFactory:Lorg/apache/http/client/entity/InputStreamFactory;
         2: .line 68
            return
        end local 2 // org.apache.http.client.entity.InputStreamFactory inputStreamFactory
        end local 1 // org.apache.http.HttpEntity wrapped
        end local 0 // org.apache.http.client.entity.DecompressingEntity this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lorg/apache/http/client/entity/DecompressingEntity;
            0    3     1             wrapped  Lorg/apache/http/HttpEntity;
            0    3     2  inputStreamFactory  Lorg/apache/http/client/entity/InputStreamFactory;
    MethodParameters:
                    Name  Flags
      wrapped             final
      inputStreamFactory  final

  private java.io.InputStream getDecompressingStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.apache.http.client.entity.DecompressingEntity this
         0: .line 71
            aload 0 /* this */
            getfield org.apache.http.client.entity.DecompressingEntity.wrappedEntity:Lorg/apache/http/HttpEntity;
            invokeinterface org.apache.http.HttpEntity.getContent:()Ljava/io/InputStream;
            astore 1 /* in */
        start local 1 // java.io.InputStream in
         1: .line 72
            new org.apache.http.client.entity.LazyDecompressingInputStream
            dup
            aload 1 /* in */
            aload 0 /* this */
            getfield org.apache.http.client.entity.DecompressingEntity.inputStreamFactory:Lorg/apache/http/client/entity/InputStreamFactory;
            invokespecial org.apache.http.client.entity.LazyDecompressingInputStream.<init>:(Ljava/io/InputStream;Lorg/apache/http/client/entity/InputStreamFactory;)V
            areturn
        end local 1 // java.io.InputStream in
        end local 0 // org.apache.http.client.entity.DecompressingEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/http/client/entity/DecompressingEntity;
            1    2     1    in  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException

  public java.io.InputStream getContent();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.http.client.entity.DecompressingEntity this
         0: .line 77
            aload 0 /* this */
            getfield org.apache.http.client.entity.DecompressingEntity.wrappedEntity:Lorg/apache/http/HttpEntity;
            invokeinterface org.apache.http.HttpEntity.isStreaming:()Z
            ifeq 4
         1: .line 78
            aload 0 /* this */
            getfield org.apache.http.client.entity.DecompressingEntity.content:Ljava/io/InputStream;
            ifnonnull 3
         2: .line 79
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.http.client.entity.DecompressingEntity.getDecompressingStream:()Ljava/io/InputStream;
            putfield org.apache.http.client.entity.DecompressingEntity.content:Ljava/io/InputStream;
         3: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.http.client.entity.DecompressingEntity.content:Ljava/io/InputStream;
            areturn
         4: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.http.client.entity.DecompressingEntity.getDecompressingStream:()Ljava/io/InputStream;
            areturn
        end local 0 // org.apache.http.client.entity.DecompressingEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/http/client/entity/DecompressingEntity;
    Exceptions:
      throws java.io.IOException

  public void writeTo(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.apache.http.client.entity.DecompressingEntity this
        start local 1 // java.io.OutputStream outStream
         0: .line 88
            aload 1 /* outStream */
            ldc "Output stream"
            invokestatic org.apache.http.util.Args.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 89
            aload 0 /* this */
            invokevirtual org.apache.http.client.entity.DecompressingEntity.getContent:()Ljava/io/InputStream;
            astore 2 /* inStream */
        start local 2 // java.io.InputStream inStream
         2: .line 91
            sipush 2048
            newarray 8
            astore 3 /* buffer */
        start local 3 // byte[] buffer
         3: .line 93
            goto 5
        start local 4 // int l
         4: .line 94
      StackMap locals: java.io.InputStream byte[] int
      StackMap stack:
            aload 1 /* outStream */
            aload 3 /* buffer */
            iconst_0
            iload 4 /* l */
            invokevirtual java.io.OutputStream.write:([BII)V
        end local 4 // int l
         5: .line 93
      StackMap locals:
      StackMap stack:
            aload 2 /* inStream */
            aload 3 /* buffer */
            invokevirtual java.io.InputStream.read:([B)I
            dup
            istore 4 /* l */
        start local 4 // int l
         6: iconst_m1
            if_icmpne 4
        end local 4 // int l
        end local 3 // byte[] buffer
         7: .line 96
            goto 11
      StackMap locals: org.apache.http.client.entity.DecompressingEntity java.io.OutputStream java.io.InputStream
      StackMap stack: java.lang.Throwable
         8: astore 5
         9: .line 97
            aload 2 /* inStream */
            invokevirtual java.io.InputStream.close:()V
        10: .line 98
            aload 5
            athrow
        11: .line 97
      StackMap locals:
      StackMap stack:
            aload 2 /* inStream */
            invokevirtual java.io.InputStream.close:()V
        12: .line 99
            return
        end local 2 // java.io.InputStream inStream
        end local 1 // java.io.OutputStream outStream
        end local 0 // org.apache.http.client.entity.DecompressingEntity this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/apache/http/client/entity/DecompressingEntity;
            0   13     1  outStream  Ljava/io/OutputStream;
            2   13     2   inStream  Ljava/io/InputStream;
            3    7     3     buffer  [B
            4    5     4          l  I
            6    7     4          l  I
      Exception table:
        from    to  target  type
           2     8       8  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      outStream  final

  public org.apache.http.Header getContentEncoding();
    descriptor: ()Lorg/apache/http/Header;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.client.entity.DecompressingEntity this
         0: .line 104
            aconst_null
            areturn
        end local 0 // org.apache.http.client.entity.DecompressingEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/client/entity/DecompressingEntity;

  public long getContentLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.http.client.entity.DecompressingEntity this
         0: .line 110
            ldc -1
            lreturn
        end local 0 // org.apache.http.client.entity.DecompressingEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/client/entity/DecompressingEntity;
}
SourceFile: "DecompressingEntity.java"