public class android.util.Base64OutputStream extends java.io.FilterOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.util.Base64OutputStream
  super_class: java.io.FilterOutputStream
{
  private final android.util.Base64$Coder coder;
    descriptor: Landroid/util/Base64$Coder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int flags;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private byte[] buffer;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int bpos;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static byte[] EMPTY;
    descriptor: [B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 34
            iconst_0
            newarray 8
            putstatic android.util.Base64OutputStream.EMPTY:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.io.OutputStream, int);
    descriptor: (Ljava/io/OutputStream;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.util.Base64OutputStream this
        start local 1 // java.io.OutputStream out
        start local 2 // int flags
         0: .line 45
            aload 0 /* this */
            aload 1 /* out */
            iload 2 /* flags */
            iconst_1
            invokespecial android.util.Base64OutputStream.<init>:(Ljava/io/OutputStream;IZ)V
         1: .line 46
            return
        end local 2 // int flags
        end local 1 // java.io.OutputStream out
        end local 0 // android.util.Base64OutputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/util/Base64OutputStream;
            0    2     1    out  Ljava/io/OutputStream;
            0    2     2  flags  I
    MethodParameters:
       Name  Flags
      out    
      flags  

  public void <init>(java.io.OutputStream, int, boolean);
    descriptor: (Ljava/io/OutputStream;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // android.util.Base64OutputStream this
        start local 1 // java.io.OutputStream out
        start local 2 // int flags
        start local 3 // boolean encode
         0: .line 61
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         1: .line 31
            aload 0 /* this */
            aconst_null
            putfield android.util.Base64OutputStream.buffer:[B
         2: .line 32
            aload 0 /* this */
            iconst_0
            putfield android.util.Base64OutputStream.bpos:I
         3: .line 62
            aload 0 /* this */
            iload 2 /* flags */
            putfield android.util.Base64OutputStream.flags:I
         4: .line 63
            iload 3 /* encode */
            ifeq 7
         5: .line 64
            aload 0 /* this */
            new android.util.Base64$Encoder
            dup
            iload 2 /* flags */
            aconst_null
            invokespecial android.util.Base64$Encoder.<init>:(I[B)V
            putfield android.util.Base64OutputStream.coder:Landroid/util/Base64$Coder;
         6: .line 65
            goto 8
         7: .line 66
      StackMap locals: android.util.Base64OutputStream java.io.OutputStream int int
      StackMap stack:
            aload 0 /* this */
            new android.util.Base64$Decoder
            dup
            iload 2 /* flags */
            aconst_null
            invokespecial android.util.Base64$Decoder.<init>:(I[B)V
            putfield android.util.Base64OutputStream.coder:Landroid/util/Base64$Coder;
         8: .line 68
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean encode
        end local 2 // int flags
        end local 1 // java.io.OutputStream out
        end local 0 // android.util.Base64OutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Landroid/util/Base64OutputStream;
            0    9     1     out  Ljava/io/OutputStream;
            0    9     2   flags  I
            0    9     3  encode  Z
    MethodParameters:
        Name  Flags
      out     
      flags   
      encode  

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.util.Base64OutputStream this
        start local 1 // int b
         0: .line 76
            aload 0 /* this */
            getfield android.util.Base64OutputStream.buffer:[B
            ifnonnull 2
         1: .line 77
            aload 0 /* this */
            sipush 1024
            newarray 8
            putfield android.util.Base64OutputStream.buffer:[B
         2: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.util.Base64OutputStream.bpos:I
            aload 0 /* this */
            getfield android.util.Base64OutputStream.buffer:[B
            arraylength
            if_icmplt 5
         3: .line 81
            aload 0 /* this */
            aload 0 /* this */
            getfield android.util.Base64OutputStream.buffer:[B
            iconst_0
            aload 0 /* this */
            getfield android.util.Base64OutputStream.bpos:I
            iconst_0
            invokevirtual android.util.Base64OutputStream.internalWrite:([BIIZ)V
         4: .line 82
            aload 0 /* this */
            iconst_0
            putfield android.util.Base64OutputStream.bpos:I
         5: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.util.Base64OutputStream.buffer:[B
            aload 0 /* this */
            dup
            getfield android.util.Base64OutputStream.bpos:I
            dup_x1
            iconst_1
            iadd
            putfield android.util.Base64OutputStream.bpos:I
            iload 1 /* b */
            i2b
            bastore
         6: .line 85
            return
        end local 1 // int b
        end local 0 // android.util.Base64OutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/util/Base64OutputStream;
            0    7     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  private void flushBuffer();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.util.Base64OutputStream this
         0: .line 92
            aload 0 /* this */
            getfield android.util.Base64OutputStream.bpos:I
            ifle 3
         1: .line 93
            aload 0 /* this */
            aload 0 /* this */
            getfield android.util.Base64OutputStream.buffer:[B
            iconst_0
            aload 0 /* this */
            getfield android.util.Base64OutputStream.bpos:I
            iconst_0
            invokevirtual android.util.Base64OutputStream.internalWrite:([BIIZ)V
         2: .line 94
            aload 0 /* this */
            iconst_0
            putfield android.util.Base64OutputStream.bpos:I
         3: .line 96
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.util.Base64OutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/util/Base64OutputStream;
    Exceptions:
      throws java.io.IOException

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // android.util.Base64OutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 99
            iload 3 /* len */
            ifgt 1
            return
         1: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual android.util.Base64OutputStream.flushBuffer:()V
         2: .line 101
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            iconst_0
            invokevirtual android.util.Base64OutputStream.internalWrite:([BIIZ)V
         3: .line 102
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // android.util.Base64OutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/util/Base64OutputStream;
            0    4     1     b  [B
            0    4     2   off  I
            0    4     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // android.util.Base64OutputStream this
         0: .line 105
            aconst_null
            astore 1 /* thrown */
        start local 1 // java.io.IOException thrown
         1: .line 107
            aload 0 /* this */
            invokevirtual android.util.Base64OutputStream.flushBuffer:()V
         2: .line 108
            aload 0 /* this */
            getstatic android.util.Base64OutputStream.EMPTY:[B
            iconst_0
            iconst_0
            iconst_1
            invokevirtual android.util.Base64OutputStream.internalWrite:([BIIZ)V
         3: .line 109
            goto 6
      StackMap locals: android.util.Base64OutputStream java.io.IOException
      StackMap stack: java.io.IOException
         4: astore 2 /* e */
        start local 2 // java.io.IOException e
         5: .line 110
            aload 2 /* e */
            astore 1 /* thrown */
        end local 2 // java.io.IOException e
         6: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.util.Base64OutputStream.flags:I
            bipush 16
            iand
            ifne 9
         7: .line 115
            aload 0 /* this */
            getfield android.util.Base64OutputStream.out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.close:()V
         8: .line 116
            goto 14
         9: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.util.Base64OutputStream.out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
        10: .line 119
            goto 14
      StackMap locals:
      StackMap stack: java.io.IOException
        11: astore 2 /* e */
        start local 2 // java.io.IOException e
        12: .line 120
            aload 1 /* thrown */
            ifnull 14
        13: .line 121
            aload 2 /* e */
            astore 1 /* thrown */
        end local 2 // java.io.IOException e
        14: .line 125
      StackMap locals:
      StackMap stack:
            aload 1 /* thrown */
            ifnull 16
        15: .line 126
            aload 1 /* thrown */
            athrow
        16: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.IOException thrown
        end local 0 // android.util.Base64OutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Landroid/util/Base64OutputStream;
            1   17     1  thrown  Ljava/io/IOException;
            5    6     2       e  Ljava/io/IOException;
           12   14     2       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     3       4  Class java.io.IOException
           6    10      11  Class java.io.IOException
    Exceptions:
      throws java.io.IOException

  private void internalWrite(byte[], int, int, boolean);
    descriptor: ([BIIZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // android.util.Base64OutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
        start local 4 // boolean finish
         0: .line 137
            aload 0 /* this */
            getfield android.util.Base64OutputStream.coder:Landroid/util/Base64$Coder;
            aload 0 /* this */
            aload 0 /* this */
            getfield android.util.Base64OutputStream.coder:Landroid/util/Base64$Coder;
            getfield android.util.Base64$Coder.output:[B
            aload 0 /* this */
            getfield android.util.Base64OutputStream.coder:Landroid/util/Base64$Coder;
            iload 3 /* len */
            invokevirtual android.util.Base64$Coder.maxOutputSize:(I)I
            invokevirtual android.util.Base64OutputStream.embiggen:([BI)[B
            putfield android.util.Base64$Coder.output:[B
         1: .line 138
            aload 0 /* this */
            getfield android.util.Base64OutputStream.coder:Landroid/util/Base64$Coder;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            iload 4 /* finish */
            invokevirtual android.util.Base64$Coder.process:([BIIZ)Z
            ifne 3
         2: .line 139
            new android.util.Base64DataException
            dup
            ldc "bad base-64"
            invokespecial android.util.Base64DataException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.util.Base64OutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield android.util.Base64OutputStream.coder:Landroid/util/Base64$Coder;
            getfield android.util.Base64$Coder.output:[B
            iconst_0
            aload 0 /* this */
            getfield android.util.Base64OutputStream.coder:Landroid/util/Base64$Coder;
            getfield android.util.Base64$Coder.op:I
            invokevirtual java.io.OutputStream.write:([BII)V
         4: .line 142
            return
        end local 4 // boolean finish
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // android.util.Base64OutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/util/Base64OutputStream;
            0    5     1       b  [B
            0    5     2     off  I
            0    5     3     len  I
            0    5     4  finish  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      b       
      off     
      len     
      finish  

  private byte[] embiggen(byte[], int);
    descriptor: ([BI)[B
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.util.Base64OutputStream this
        start local 1 // byte[] b
        start local 2 // int len
         0: .line 149
            aload 1 /* b */
            ifnull 1
            aload 1 /* b */
            arraylength
            iload 2 /* len */
            if_icmpge 2
         1: .line 150
      StackMap locals:
      StackMap stack:
            iload 2 /* len */
            newarray 8
            areturn
         2: .line 152
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            areturn
        end local 2 // int len
        end local 1 // byte[] b
        end local 0 // android.util.Base64OutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/util/Base64OutputStream;
            0    3     1     b  [B
            0    3     2   len  I
    MethodParameters:
      Name  Flags
      b     
      len   
}
SourceFile: "Base64OutputStream.java"
InnerClasses:
  abstract Coder = android.util.Base64$Coder of android.util.Base64
  Decoder = android.util.Base64$Decoder of android.util.Base64
  Encoder = android.util.Base64$Encoder of android.util.Base64