final class android.bluetooth.BluetoothOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.bluetooth.BluetoothOutputStream
  super_class: java.io.OutputStream
{
  private android.bluetooth.BluetoothSocket mSocket;
    descriptor: Landroid/bluetooth/BluetoothSocket;
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.bluetooth.BluetoothSocket);
    descriptor: (Landroid/bluetooth/BluetoothSocket;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.bluetooth.BluetoothOutputStream this
        start local 1 // android.bluetooth.BluetoothSocket s
         0: .line 32
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* s */
            putfield android.bluetooth.BluetoothOutputStream.mSocket:Landroid/bluetooth/BluetoothSocket;
         2: .line 34
            return
        end local 1 // android.bluetooth.BluetoothSocket s
        end local 0 // android.bluetooth.BluetoothOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/bluetooth/BluetoothOutputStream;
            0    3     1     s  Landroid/bluetooth/BluetoothSocket;
    MethodParameters:
      Name  Flags
      s     

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothOutputStream this
         0: .line 40
            aload 0 /* this */
            getfield android.bluetooth.BluetoothOutputStream.mSocket:Landroid/bluetooth/BluetoothSocket;
            invokevirtual android.bluetooth.BluetoothSocket.close:()V
         1: .line 41
            return
        end local 0 // android.bluetooth.BluetoothOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/bluetooth/BluetoothOutputStream;
    Exceptions:
      throws java.io.IOException

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.bluetooth.BluetoothOutputStream this
        start local 1 // int oneByte
         0: .line 52
            iconst_1
            newarray 8
            astore 2 /* b */
        start local 2 // byte[] b
         1: .line 53
            aload 2 /* b */
            iconst_0
            iload 1 /* oneByte */
            i2b
            bastore
         2: .line 54
            aload 0 /* this */
            getfield android.bluetooth.BluetoothOutputStream.mSocket:Landroid/bluetooth/BluetoothSocket;
            aload 2 /* b */
            iconst_0
            iconst_1
            invokevirtual android.bluetooth.BluetoothSocket.write:([BII)I
            pop
         3: .line 55
            return
        end local 2 // byte[] b
        end local 1 // int oneByte
        end local 0 // android.bluetooth.BluetoothOutputStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Landroid/bluetooth/BluetoothOutputStream;
            0    4     1  oneByte  I
            1    4     2        b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      oneByte  

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.bluetooth.BluetoothOutputStream this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int count
         0: .line 70
            aload 1 /* b */
            ifnonnull 2
         1: .line 71
            new java.lang.NullPointerException
            dup
            ldc "buffer is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 73
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 3 /* count */
            ior
            iflt 3
            iload 3 /* count */
            aload 1 /* b */
            arraylength
            iload 2 /* offset */
            isub
            if_icmple 4
         3: .line 74
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            ldc "invalid offset or length"
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.bluetooth.BluetoothOutputStream.mSocket:Landroid/bluetooth/BluetoothSocket;
            aload 1 /* b */
            iload 2 /* offset */
            iload 3 /* count */
            invokevirtual android.bluetooth.BluetoothSocket.write:([BII)I
            pop
         5: .line 77
            return
        end local 3 // int count
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // android.bluetooth.BluetoothOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Landroid/bluetooth/BluetoothOutputStream;
            0    6     1       b  [B
            0    6     2  offset  I
            0    6     3   count  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      b       
      offset  
      count   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.bluetooth.BluetoothOutputStream this
         0: .line 88
            aload 0 /* this */
            getfield android.bluetooth.BluetoothOutputStream.mSocket:Landroid/bluetooth/BluetoothSocket;
            invokevirtual android.bluetooth.BluetoothSocket.flush:()V
         1: .line 89
            return
        end local 0 // android.bluetooth.BluetoothOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/bluetooth/BluetoothOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "BluetoothOutputStream.java"