public abstract class android.os.ProxyFileDescriptorCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.os.ProxyFileDescriptorCallback
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.os.ProxyFileDescriptorCallback this
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.os.ProxyFileDescriptorCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/ProxyFileDescriptorCallback;

  public long onGetSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.ProxyFileDescriptorCallback this
         0: .line 49
            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.ProxyFileDescriptorCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/ProxyFileDescriptorCallback;
    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.ProxyFileDescriptorCallback this
         0: .line 64
            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.ProxyFileDescriptorCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/ProxyFileDescriptorCallback;
    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.ProxyFileDescriptorCallback this
         0: .line 78
            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.ProxyFileDescriptorCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/ProxyFileDescriptorCallback;
    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.ProxyFileDescriptorCallback this
         0: .line 88
            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.ProxyFileDescriptorCallback this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/ProxyFileDescriptorCallback;
    Exceptions:
      throws ErrnoException

  public abstract void onRelease();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ProxyFileDescriptorCallback.java"