public class org.apache.http.client.entity.DeflateDecompressingEntity extends org.apache.http.client.entity.DecompressingEntity
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.http.client.entity.DeflateDecompressingEntity
super_class: org.apache.http.client.entity.DecompressingEntity
{
public void <init>(org.apache.http.HttpEntity);
descriptor: (Lorg/apache/http/HttpEntity;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 // org.apache.http.client.entity.DeflateDecompressingEntity this
start local 1 // org.apache.http.HttpEntity entity
0: .line 57
aload 0 /* this */
aload 1 /* entity */
invokestatic org.apache.http.client.entity.DeflateInputStreamFactory.getInstance:()Lorg/apache/http/client/entity/DeflateInputStreamFactory;
invokespecial org.apache.http.client.entity.DecompressingEntity.<init>:(Lorg/apache/http/HttpEntity;Lorg/apache/http/client/entity/InputStreamFactory;)V
1: .line 58
return
end local 1 // org.apache.http.HttpEntity entity
end local 0 // org.apache.http.client.entity.DeflateDecompressingEntity this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/http/client/entity/DeflateDecompressingEntity;
0 2 1 entity Lorg/apache/http/HttpEntity;
MethodParameters:
Name Flags
entity final
}
SourceFile: "DeflateDecompressingEntity.java"