class android.os.RevocableFileDescriptor$1 extends android.os.ProxyFileDescriptorCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.os.RevocableFileDescriptor$1
  super_class: android.os.ProxyFileDescriptorCallback
{
  final android.os.RevocableFileDescriptor this$0;
    descriptor: Landroid/os/RevocableFileDescriptor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.os.RevocableFileDescriptor);
    descriptor: (Landroid/os/RevocableFileDescriptor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.RevocableFileDescriptor$1 this
         0: .line 104
            aload 0 /* this */
            aload 1
            putfield android.os.RevocableFileDescriptor$1.this$0:Landroid/os/RevocableFileDescriptor;
            aload 0 /* this */
            invokespecial android.os.ProxyFileDescriptorCallback.<init>:()V
            return
        end local 0 // android.os.RevocableFileDescriptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/RevocableFileDescriptor$1;
    MethodParameters:
        Name  Flags
      this$0  final

  private void checkRevoked();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.RevocableFileDescriptor$1 this
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tErrnoException cannot be resolved to a type\n\tErrnoException cannot be resolved to a type\n\tOsConstants cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.RevocableFileDescriptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/RevocableFileDescriptor$1;
    Exceptions:
      throws ErrnoException

  public long onGetSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.RevocableFileDescriptor$1 this
         0: .line 112
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tErrnoException cannot be resolved to a type\n\tThe method checkRevoked() from the type new ProxyFileDescriptorCallback(){} refers to the missing type ErrnoException\n\tOs cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.RevocableFileDescriptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/RevocableFileDescriptor$1;
    Exceptions:
      throws ErrnoException

  public int onRead(long, int, byte[]);
    descriptor: (JI[B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // android.os.RevocableFileDescriptor$1 this
         0: .line 118
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tErrnoException cannot be resolved to a type\n\tThe method checkRevoked() from the type new ProxyFileDescriptorCallback(){} refers to the missing type ErrnoException\n\tOs cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.RevocableFileDescriptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/RevocableFileDescriptor$1;
    Exceptions:
      throws ErrnoException
    MethodParameters:
        Name  Flags
      offset  
      size    
      data    

  public int onWrite(long, int, byte[]);
    descriptor: (JI[B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // android.os.RevocableFileDescriptor$1 this
         0: .line 133
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tErrnoException cannot be resolved to a type\n\tThe method checkRevoked() from the type new ProxyFileDescriptorCallback(){} refers to the missing type ErrnoException\n\tOs cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.RevocableFileDescriptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/RevocableFileDescriptor$1;
    Exceptions:
      throws ErrnoException
    MethodParameters:
        Name  Flags
      offset  
      size    
      data    

  public void onFsync();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.RevocableFileDescriptor$1 this
         0: .line 148
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tErrnoException cannot be resolved to a type\n\tThe method checkRevoked() from the type new ProxyFileDescriptorCallback(){} refers to the missing type ErrnoException\n\tOs cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.RevocableFileDescriptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/RevocableFileDescriptor$1;
    Exceptions:
      throws ErrnoException

  public void onRelease();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.RevocableFileDescriptor$1 this
         0: .line 158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tIoUtils cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.RevocableFileDescriptor$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/RevocableFileDescriptor$1;
}
SourceFile: "RevocableFileDescriptor.java"
EnclosingMethod: android.os.RevocableFileDescriptor
NestHost: android.os.RevocableFileDescriptor
InnerClasses:
  android.os.RevocableFileDescriptor$1