class com.android.mtp.MtpFileWriter implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.mtp.MtpFileWriter
  super_class: java.lang.Object
{
  final android.os.ParcelFileDescriptor mCacheFd;
    descriptor: Landroid/os/ParcelFileDescriptor;
    flags: (0x0010) ACC_FINAL

  final java.lang.String mDocumentId;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  boolean mDirty;
    descriptor: Z
    flags: (0x0000) 

  void <init>(android.content.Context, java.lang.String);
    descriptor: (Landroid/content/Context;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.android.mtp.MtpFileWriter this
        start local 1 // android.content.Context context
        start local 2 // java.lang.String documentId
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 2 /* documentId */
            putfield com.android.mtp.MtpFileWriter.mDocumentId:Ljava/lang/String;
         2: .line 38
            aload 0 /* this */
            iconst_0
            putfield com.android.mtp.MtpFileWriter.mDirty:Z
         3: .line 39
            ldc "mtp"
            ldc "tmp"
            aload 1 /* context */
            invokevirtual android.content.Context.getCacheDir:()Ljava/io/File;
            invokestatic java.io.File.createTempFile:(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;)Ljava/io/File;
            astore 3 /* tempFile */
        start local 3 // java.io.File tempFile
         4: .line 40
            aload 0 /* this */
         5: .line 41
            aload 3 /* tempFile */
         6: .line 42
            ldc 1006632960
         7: .line 40
            invokestatic android.os.ParcelFileDescriptor.open:(Ljava/io/File;I)Landroid/os/ParcelFileDescriptor;
            putfield com.android.mtp.MtpFileWriter.mCacheFd:Landroid/os/ParcelFileDescriptor;
         8: .line 45
            aload 3 /* tempFile */
            invokevirtual java.io.File.delete:()Z
            pop
         9: .line 46
            return
        end local 3 // java.io.File tempFile
        end local 2 // java.lang.String documentId
        end local 1 // android.content.Context context
        end local 0 // com.android.mtp.MtpFileWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lcom/android/mtp/MtpFileWriter;
            0   10     1     context  Landroid/content/Context;
            0   10     2  documentId  Ljava/lang/String;
            4   10     3    tempFile  Ljava/io/File;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      context     
      documentId  

  java.lang.String getDocumentId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.mtp.MtpFileWriter this
         0: .line 49
            aload 0 /* this */
            getfield com.android.mtp.MtpFileWriter.mDocumentId:Ljava/lang/String;
            areturn
        end local 0 // com.android.mtp.MtpFileWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/mtp/MtpFileWriter;

  int write(long, int, byte[]);
    descriptor: (JI[B)I
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.android.mtp.MtpFileWriter this
         0: .line 52
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tErrnoException cannot be resolved to a type\n\tOs cannot be resolved\n\tOsConstants cannot be resolved to a variable\n\tOs cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.mtp.MtpFileWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/mtp/MtpFileWriter;
    Exceptions:
      throws java.io.IOException, ErrnoException
    MethodParameters:
        Name  Flags
      offset  
      size    
      bytes   

  void flush(com.android.mtp.MtpManager, com.android.mtp.MtpDatabase, int[]);
    descriptor: (Lcom/android/mtp/MtpManager;Lcom/android/mtp/MtpDatabase;[I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.android.mtp.MtpFileWriter this
         0: .line 65
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tErrnoException cannot be resolved to a type\n\tOs cannot be resolved\n\tOsConstants cannot be resolved to a variable\n\tOs cannot be resolved\n\tOsConstants cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.mtp.MtpFileWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/mtp/MtpFileWriter;
    Exceptions:
      throws java.io.IOException, ErrnoException
    MethodParameters:
                     Name  Flags
      manager              
      database             
      operationsSupported  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.mtp.MtpFileWriter this
         0: .line 106
            aload 0 /* this */
            getfield com.android.mtp.MtpFileWriter.mCacheFd:Landroid/os/ParcelFileDescriptor;
            invokevirtual android.os.ParcelFileDescriptor.close:()V
         1: .line 107
            return
        end local 0 // com.android.mtp.MtpFileWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/android/mtp/MtpFileWriter;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "MtpFileWriter.java"