class org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper extends org.apache.http.entity.HttpEntityWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper
  super_class: org.apache.http.entity.HttpEntityWrapper
{
  final org.apache.http.impl.client.EntityEnclosingRequestWrapper this$0;
    descriptor: Lorg/apache/http/impl/client/EntityEnclosingRequestWrapper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.http.impl.client.EntityEnclosingRequestWrapper, org.apache.http.HttpEntity);
    descriptor: (Lorg/apache/http/impl/client/EntityEnclosingRequestWrapper;Lorg/apache/http/HttpEntity;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper this
        start local 2 // org.apache.http.HttpEntity entity
         0: .line 91
            aload 0 /* this */
            aload 1
            putfield org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper.this$0:Lorg/apache/http/impl/client/EntityEnclosingRequestWrapper;
         1: .line 92
            aload 0 /* this */
            aload 2 /* entity */
            invokespecial org.apache.http.entity.HttpEntityWrapper.<init>:(Lorg/apache/http/HttpEntity;)V
         2: .line 93
            return
        end local 2 // org.apache.http.HttpEntity entity
        end local 0 // org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/http/impl/client/EntityEnclosingRequestWrapper$EntityWrapper;
            0    3     2  entity  Lorg/apache/http/HttpEntity;
    MethodParameters:
        Name  Flags
      this$0  final
      entity  final

  public void consumeContent();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper this
         0: .line 97
            aload 0 /* this */
            getfield org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper.this$0:Lorg/apache/http/impl/client/EntityEnclosingRequestWrapper;
            iconst_1
            putfield org.apache.http.impl.client.EntityEnclosingRequestWrapper.consumed:Z
         1: .line 98
            aload 0 /* this */
            invokespecial org.apache.http.entity.HttpEntityWrapper.consumeContent:()V
         2: .line 99
            return
        end local 0 // org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/http/impl/client/EntityEnclosingRequestWrapper$EntityWrapper;
    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.impl.client.EntityEnclosingRequestWrapper$EntityWrapper this
         0: .line 103
            aload 0 /* this */
            getfield org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper.this$0:Lorg/apache/http/impl/client/EntityEnclosingRequestWrapper;
            iconst_1
            putfield org.apache.http.impl.client.EntityEnclosingRequestWrapper.consumed:Z
         1: .line 104
            aload 0 /* this */
            invokespecial org.apache.http.entity.HttpEntityWrapper.getContent:()Ljava/io/InputStream;
            areturn
        end local 0 // org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/http/impl/client/EntityEnclosingRequestWrapper$EntityWrapper;
    Exceptions:
      throws java.io.IOException

  public void writeTo(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper this
        start local 1 // java.io.OutputStream outStream
         0: .line 109
            aload 0 /* this */
            getfield org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper.this$0:Lorg/apache/http/impl/client/EntityEnclosingRequestWrapper;
            iconst_1
            putfield org.apache.http.impl.client.EntityEnclosingRequestWrapper.consumed:Z
         1: .line 110
            aload 0 /* this */
            aload 1 /* outStream */
            invokespecial org.apache.http.entity.HttpEntityWrapper.writeTo:(Ljava/io/OutputStream;)V
         2: .line 111
            return
        end local 1 // java.io.OutputStream outStream
        end local 0 // org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/http/impl/client/EntityEnclosingRequestWrapper$EntityWrapper;
            0    3     1  outStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      outStream  final
}
SourceFile: "EntityEnclosingRequestWrapper.java"
NestHost: org.apache.http.impl.client.EntityEnclosingRequestWrapper
InnerClasses:
  EntityWrapper = org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper of org.apache.http.impl.client.EntityEnclosingRequestWrapper