public class android.os.FileBridge$FileBridgeOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.os.FileBridge$FileBridgeOutputStream
  super_class: java.io.OutputStream
{
  private final android.os.ParcelFileDescriptor mClientPfd;
    descriptor: Landroid/os/ParcelFileDescriptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.io.FileDescriptor mClient;
    descriptor: Ljava/io/FileDescriptor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] mTemp;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(android.os.ParcelFileDescriptor);
    descriptor: (Landroid/os/ParcelFileDescriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.FileBridge$FileBridgeOutputStream this
        start local 1 // android.os.ParcelFileDescriptor clientPfd
         0: .line 141
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 139
            aload 0 /* this */
            bipush 8
            newarray 8
            putfield android.os.FileBridge$FileBridgeOutputStream.mTemp:[B
         2: .line 142
            aload 0 /* this */
            aload 1 /* clientPfd */
            putfield android.os.FileBridge$FileBridgeOutputStream.mClientPfd:Landroid/os/ParcelFileDescriptor;
         3: .line 143
            aload 0 /* this */
            aload 1 /* clientPfd */
            invokevirtual android.os.ParcelFileDescriptor.getFileDescriptor:()Ljava/io/FileDescriptor;
            putfield android.os.FileBridge$FileBridgeOutputStream.mClient:Ljava/io/FileDescriptor;
         4: .line 144
            return
        end local 1 // android.os.ParcelFileDescriptor clientPfd
        end local 0 // android.os.FileBridge$FileBridgeOutputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Landroid/os/FileBridge$FileBridgeOutputStream;
            0    5     1  clientPfd  Landroid/os/ParcelFileDescriptor;
    MethodParameters:
           Name  Flags
      clientPfd  

  public void <init>(java.io.FileDescriptor);
    descriptor: (Ljava/io/FileDescriptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.os.FileBridge$FileBridgeOutputStream this
        start local 1 // java.io.FileDescriptor client
         0: .line 146
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 139
            aload 0 /* this */
            bipush 8
            newarray 8
            putfield android.os.FileBridge$FileBridgeOutputStream.mTemp:[B
         2: .line 147
            aload 0 /* this */
            aconst_null
            putfield android.os.FileBridge$FileBridgeOutputStream.mClientPfd:Landroid/os/ParcelFileDescriptor;
         3: .line 148
            aload 0 /* this */
            aload 1 /* client */
            putfield android.os.FileBridge$FileBridgeOutputStream.mClient:Ljava/io/FileDescriptor;
         4: .line 149
            return
        end local 1 // java.io.FileDescriptor client
        end local 0 // android.os.FileBridge$FileBridgeOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/os/FileBridge$FileBridgeOutputStream;
            0    5     1  client  Ljava/io/FileDescriptor;
    MethodParameters:
        Name  Flags
      client  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.FileBridge$FileBridgeOutputStream this
         0: .line 156
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIoBridge cannot be resolved\n\tIoUtils cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.FileBridge$FileBridgeOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/FileBridge$FileBridgeOutputStream;
    Exceptions:
      throws java.io.IOException

  public void fsync();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.os.FileBridge$FileBridgeOutputStream this
         0: .line 162
            aload 0 /* this */
            iconst_2
            ldc "fsync()"
            invokevirtual android.os.FileBridge$FileBridgeOutputStream.writeCommandAndBlock:(ILjava/lang/String;)V
         1: .line 163
            return
        end local 0 // android.os.FileBridge$FileBridgeOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/os/FileBridge$FileBridgeOutputStream;
    Exceptions:
      throws java.io.IOException

  private void writeCommandAndBlock(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.os.FileBridge$FileBridgeOutputStream this
         0: .line 166
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMemory cannot be resolved\n\tIoBridge cannot be resolved\n\tIoBridge cannot be resolved\n\tMemory cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.FileBridge$FileBridgeOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/FileBridge$FileBridgeOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      cmd        
      cmdString  

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.os.FileBridge$FileBridgeOutputStream this
         0: .line 181
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method checkOffsetAndCount(int, int, int) is undefined for the type Arrays\n\tMemory cannot be resolved\n\tMemory cannot be resolved\n\tIoBridge cannot be resolved\n\tIoBridge cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.FileBridge$FileBridgeOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/FileBridge$FileBridgeOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      buffer      
      byteOffset  
      byteCount   

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.os.FileBridge$FileBridgeOutputStream this
         0: .line 190
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tStreams cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.os.FileBridge$FileBridgeOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/os/FileBridge$FileBridgeOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      oneByte  
}
SourceFile: "FileBridge.java"
NestHost: android.os.FileBridge
InnerClasses:
  public FileBridgeOutputStream = android.os.FileBridge$FileBridgeOutputStream of android.os.FileBridge