public class org.apache.http.entity.FileEntity extends org.apache.http.entity.AbstractHttpEntity implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.http.entity.FileEntity
  super_class: org.apache.http.entity.AbstractHttpEntity
{
  protected final java.io.File file;
    descriptor: Ljava/io/File;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(java.io.File, java.lang.String);
    descriptor: (Ljava/io/File;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.http.entity.FileEntity this
        start local 1 // java.io.File file
        start local 2 // java.lang.String contentType
         0: .line 57
            aload 0 /* this */
            invokespecial org.apache.http.entity.AbstractHttpEntity.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* file */
            ldc "File"
            invokestatic org.apache.http.util.Args.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.io.File
            putfield org.apache.http.entity.FileEntity.file:Ljava/io/File;
         2: .line 59
            aload 0 /* this */
            aload 2 /* contentType */
            invokevirtual org.apache.http.entity.FileEntity.setContentType:(Ljava/lang/String;)V
         3: .line 60
            return
        end local 2 // java.lang.String contentType
        end local 1 // java.io.File file
        end local 0 // org.apache.http.entity.FileEntity this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/http/entity/FileEntity;
            0    4     1         file  Ljava/io/File;
            0    4     2  contentType  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
             Name  Flags
      file         final
      contentType  final

  public void <init>(java.io.File, org.apache.http.entity.ContentType);
    descriptor: (Ljava/io/File;Lorg/apache/http/entity/ContentType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.http.entity.FileEntity this
        start local 1 // java.io.File file
        start local 2 // org.apache.http.entity.ContentType contentType
         0: .line 71
            aload 0 /* this */
            invokespecial org.apache.http.entity.AbstractHttpEntity.<init>:()V
         1: .line 72
            aload 0 /* this */
            aload 1 /* file */
            ldc "File"
            invokestatic org.apache.http.util.Args.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.io.File
            putfield org.apache.http.entity.FileEntity.file:Ljava/io/File;
         2: .line 73
            aload 2 /* contentType */
            ifnull 4
         3: .line 74
            aload 0 /* this */
            aload 2 /* contentType */
            invokevirtual org.apache.http.entity.ContentType.toString:()Ljava/lang/String;
            invokevirtual org.apache.http.entity.FileEntity.setContentType:(Ljava/lang/String;)V
         4: .line 76
      StackMap locals: org.apache.http.entity.FileEntity java.io.File org.apache.http.entity.ContentType
      StackMap stack:
            return
        end local 2 // org.apache.http.entity.ContentType contentType
        end local 1 // java.io.File file
        end local 0 // org.apache.http.entity.FileEntity this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/apache/http/entity/FileEntity;
            0    5     1         file  Ljava/io/File;
            0    5     2  contentType  Lorg/apache/http/entity/ContentType;
    MethodParameters:
             Name  Flags
      file         final
      contentType  final

  public void <init>(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.http.entity.FileEntity this
        start local 1 // java.io.File file
         0: .line 86
            aload 0 /* this */
            invokespecial org.apache.http.entity.AbstractHttpEntity.<init>:()V
         1: .line 87
            aload 0 /* this */
            aload 1 /* file */
            ldc "File"
            invokestatic org.apache.http.util.Args.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.io.File
            putfield org.apache.http.entity.FileEntity.file:Ljava/io/File;
         2: .line 88
            return
        end local 1 // java.io.File file
        end local 0 // org.apache.http.entity.FileEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/http/entity/FileEntity;
            0    3     1  file  Ljava/io/File;
    MethodParameters:
      Name  Flags
      file  final

  public boolean isRepeatable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.entity.FileEntity this
         0: .line 92
            iconst_1
            ireturn
        end local 0 // org.apache.http.entity.FileEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/entity/FileEntity;

  public long getContentLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.http.entity.FileEntity this
         0: .line 97
            aload 0 /* this */
            getfield org.apache.http.entity.FileEntity.file:Ljava/io/File;
            invokevirtual java.io.File.length:()J
            lreturn
        end local 0 // org.apache.http.entity.FileEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/entity/FileEntity;

  public java.io.InputStream getContent();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.http.entity.FileEntity this
         0: .line 102
            new java.io.FileInputStream
            dup
            aload 0 /* this */
            getfield org.apache.http.entity.FileEntity.file:Ljava/io/File;
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            areturn
        end local 0 // org.apache.http.entity.FileEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/entity/FileEntity;
    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.entity.FileEntity this
        start local 1 // java.io.OutputStream outStream
         0: .line 107
            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 108
            new java.io.FileInputStream
            dup
            aload 0 /* this */
            getfield org.apache.http.entity.FileEntity.file:Ljava/io/File;
            invokespecial java.io.FileInputStream.<init>:(Ljava/io/File;)V
            astore 2 /* inStream */
        start local 2 // java.io.InputStream inStream
         2: .line 110
            sipush 4096
            newarray 8
            astore 3 /* tmp */
        start local 3 // byte[] tmp
         3: .line 112
            goto 5
        start local 4 // int l
         4: .line 113
      StackMap locals: java.io.InputStream byte[] int
      StackMap stack:
            aload 1 /* outStream */
            aload 3 /* tmp */
            iconst_0
            iload 4 /* l */
            invokevirtual java.io.OutputStream.write:([BII)V
        end local 4 // int l
         5: .line 112
      StackMap locals:
      StackMap stack:
            aload 2 /* inStream */
            aload 3 /* tmp */
            invokevirtual java.io.InputStream.read:([B)I
            dup
            istore 4 /* l */
        start local 4 // int l
         6: iconst_m1
            if_icmpne 4
         7: .line 115
            aload 1 /* outStream */
            invokevirtual java.io.OutputStream.flush:()V
        end local 4 // int l
        end local 3 // byte[] tmp
         8: .line 116
            goto 12
      StackMap locals: org.apache.http.entity.FileEntity java.io.OutputStream java.io.InputStream
      StackMap stack: java.lang.Throwable
         9: astore 5
        10: .line 117
            aload 2 /* inStream */
            invokevirtual java.io.InputStream.close:()V
        11: .line 118
            aload 5
            athrow
        12: .line 117
      StackMap locals:
      StackMap stack:
            aload 2 /* inStream */
            invokevirtual java.io.InputStream.close:()V
        13: .line 119
            return
        end local 2 // java.io.InputStream inStream
        end local 1 // java.io.OutputStream outStream
        end local 0 // org.apache.http.entity.FileEntity this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   14     0       this  Lorg/apache/http/entity/FileEntity;
            0   14     1  outStream  Ljava/io/OutputStream;
            2   14     2   inStream  Ljava/io/InputStream;
            3    8     3        tmp  [B
            4    5     4          l  I
            6    8     4          l  I
      Exception table:
        from    to  target  type
           2     9       9  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      outStream  final

  public boolean isStreaming();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.entity.FileEntity this
         0: .line 128
            iconst_0
            ireturn
        end local 0 // org.apache.http.entity.FileEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/entity/FileEntity;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.http.entity.FileEntity this
         0: .line 135
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.http.entity.FileEntity this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/http/entity/FileEntity;
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
SourceFile: "FileEntity.java"