class java.util.Base64$EncOutputStream extends java.io.FilterOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.Base64$EncOutputStream
  super_class: java.io.FilterOutputStream
{
  private int leftover;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final char[] base64;
    descriptor: [C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private final boolean doPadding;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  void <init>(java.io.OutputStream, char[], byte[], int, boolean);
    descriptor: (Ljava/io/OutputStream;[C[BIZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // java.util.Base64$EncOutputStream this
        start local 1 // java.io.OutputStream os
        start local 2 // char[] base64
        start local 3 // byte[] newline
        start local 4 // int linemax
        start local 5 // boolean doPadding
         0: .line 796
            aload 0 /* this */
            aload 1 /* os */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         1: .line 783
            aload 0 /* this */
            iconst_0
            putfield java.util.Base64$EncOutputStream.leftover:I
         2: .line 785
            aload 0 /* this */
            iconst_0
            putfield java.util.Base64$EncOutputStream.closed:Z
         3: .line 791
            aload 0 /* this */
            iconst_0
            putfield java.util.Base64$EncOutputStream.linepos:I
         4: .line 797
            aload 0 /* this */
            aload 2 /* base64 */
            putfield java.util.Base64$EncOutputStream.base64:[C
         5: .line 798
            aload 0 /* this */
            aload 3 /* newline */
            putfield java.util.Base64$EncOutputStream.newline:[B
         6: .line 799
            aload 0 /* this */
            iload 4 /* linemax */
            putfield java.util.Base64$EncOutputStream.linemax:I
         7: .line 800
            aload 0 /* this */
            iload 5 /* doPadding */
            putfield java.util.Base64$EncOutputStream.doPadding:Z
         8: .line 801
            aload 0 /* this */
            iload 4 /* linemax */
            ifgt 9
            sipush 8124
            goto 10
      StackMap locals: java.util.Base64$EncOutputStream java.io.OutputStream char[] byte[] int int
      StackMap stack: java.util.Base64$EncOutputStream
         9: iload 4 /* linemax */
      StackMap locals: java.util.Base64$EncOutputStream java.io.OutputStream char[] byte[] int int
      StackMap stack: java.util.Base64$EncOutputStream int
        10: newarray 8
            putfield java.util.Base64$EncOutputStream.buf:[B
        11: .line 802
            return
        end local 5 // boolean doPadding
        end local 4 // int linemax
        end local 3 // byte[] newline
        end local 2 // char[] base64
        end local 1 // java.io.OutputStream os
        end local 0 // java.util.Base64$EncOutputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Ljava/util/Base64$EncOutputStream;
            0   12     1         os  Ljava/io/OutputStream;
            0   12     2     base64  [C
            0   12     3    newline  [B
            0   12     4    linemax  I
            0   12     5  doPadding  Z
    MethodParameters:
           Name  Flags
      os         
      base64     
      newline    
      linemax    
      doPadding  

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.util.Base64$EncOutputStream this
        start local 1 // int b
         0: .line 806
            iconst_1
            newarray 8
            astore 2 /* buf */
        start local 2 // byte[] buf
         1: .line 807
            aload 2 /* buf */
            iconst_0
            iload 1 /* b */
            sipush 255
            iand
            i2b
            bastore
         2: .line 808
            aload 0 /* this */
            aload 2 /* buf */
            iconst_0
            iconst_1
            invokevirtual java.util.Base64$EncOutputStream.write:([BII)V
         3: .line 809
            return
        end local 2 // byte[] buf
        end local 1 // int b
        end local 0 // java.util.Base64$EncOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/util/Base64$EncOutputStream;
            0    4     1     b  I
            1    4     2   buf  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  private void checkNewline();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.Base64$EncOutputStream this
         0: .line 812
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.linepos:I
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.linemax:I
            if_icmpne 3
         1: .line 813
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.newline:[B
            invokevirtual java.io.OutputStream.write:([B)V
         2: .line 814
            aload 0 /* this */
            iconst_0
            putfield java.util.Base64$EncOutputStream.linepos:I
         3: .line 816
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.util.Base64$EncOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/util/Base64$EncOutputStream;
    Exceptions:
      throws java.io.IOException

  private void writeb4(char, char, char, char);
    descriptor: (CCCC)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // java.util.Base64$EncOutputStream this
        start local 1 // char b1
        start local 2 // char b2
        start local 3 // char b3
        start local 4 // char b4
         0: .line 819
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.buf:[B
            iconst_0
            iload 1 /* b1 */
            i2b
            bastore
         1: .line 820
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.buf:[B
            iconst_1
            iload 2 /* b2 */
            i2b
            bastore
         2: .line 821
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.buf:[B
            iconst_2
            iload 3 /* b3 */
            i2b
            bastore
         3: .line 822
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.buf:[B
            iconst_3
            iload 4 /* b4 */
            i2b
            bastore
         4: .line 823
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.buf:[B
            iconst_0
            iconst_4
            invokevirtual java.io.OutputStream.write:([BII)V
         5: .line 824
            return
        end local 4 // char b4
        end local 3 // char b3
        end local 2 // char b2
        end local 1 // char b1
        end local 0 // java.util.Base64$EncOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/util/Base64$EncOutputStream;
            0    6     1    b1  C
            0    6     2    b2  C
            0    6     3    b3  C
            0    6     4    b4  C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b1    
      b2    
      b3    
      b4    

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=10, args_size=4
        start local 0 // java.util.Base64$EncOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 828
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.closed:Z
            ifeq 2
         1: .line 829
            new java.io.IOException
            dup
            ldc "Stream is closed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 830
      StackMap locals:
      StackMap stack:
            iload 2 /* off */
            iflt 3
            iload 3 /* len */
            iflt 3
            iload 3 /* len */
            aload 1 /* b */
            arraylength
            iload 2 /* off */
            isub
            if_icmple 4
         3: .line 831
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
         4: .line 832
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            ifne 6
         5: .line 833
            return
         6: .line 834
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.leftover:I
            ifeq 22
         7: .line 835
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.leftover:I
            iconst_1
            if_icmpne 13
         8: .line 836
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iinc 2 /* off */ 1
            baload
            sipush 255
            iand
            putfield java.util.Base64$EncOutputStream.b1:I
         9: .line 837
            iinc 3 /* len */ -1
        10: .line 838
            iload 3 /* len */
            ifne 13
        11: .line 839
            aload 0 /* this */
            dup
            getfield java.util.Base64$EncOutputStream.leftover:I
            iconst_1
            iadd
            putfield java.util.Base64$EncOutputStream.leftover:I
        12: .line 840
            return
        13: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iinc 2 /* off */ 1
            baload
            sipush 255
            iand
            putfield java.util.Base64$EncOutputStream.b2:I
        14: .line 844
            iinc 3 /* len */ -1
        15: .line 845
            aload 0 /* this */
            invokevirtual java.util.Base64$EncOutputStream.checkNewline:()V
        16: .line 846
            aload 0 /* this */
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.b0:I
            iconst_2
            ishr
            caload
        17: .line 847
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.b0:I
            iconst_4
            ishl
            bipush 63
            iand
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.b1:I
            iconst_4
            ishr
            ior
            caload
        18: .line 848
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.b1:I
            iconst_2
            ishl
            bipush 63
            iand
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.b2:I
            bipush 6
            ishr
            ior
            caload
        19: .line 849
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.b2:I
            bipush 63
            iand
            caload
        20: .line 846
            invokevirtual java.util.Base64$EncOutputStream.writeb4:(CCCC)V
        21: .line 850
            aload 0 /* this */
            dup
            getfield java.util.Base64$EncOutputStream.linepos:I
            iconst_4
            iadd
            putfield java.util.Base64$EncOutputStream.linepos:I
        22: .line 852
      StackMap locals:
      StackMap stack:
            iload 3 /* len */
            iconst_3
            idiv
            istore 4 /* nBits24 */
        start local 4 // int nBits24
        23: .line 853
            aload 0 /* this */
            iload 3 /* len */
            iload 4 /* nBits24 */
            iconst_3
            imul
            isub
            putfield java.util.Base64$EncOutputStream.leftover:I
        24: .line 855
            goto 47
        25: .line 856
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.util.Base64$EncOutputStream.checkNewline:()V
        26: .line 857
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.linemax:I
            ifgt 27
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.buf:[B
            arraylength
            goto 28
      StackMap locals:
      StackMap stack:
        27: aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.buf:[B
            arraylength
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.linepos:I
            isub
      StackMap locals:
      StackMap stack: int
        28: istore 5 /* dl */
        start local 5 // int dl
        29: .line 858
            iload 2 /* off */
            iload 4 /* nBits24 */
            iload 5 /* dl */
            iconst_4
            idiv
            invokestatic java.lang.Math.min:(II)I
            iconst_3
            imul
            iadd
            istore 6 /* sl */
        start local 6 // int sl
        30: .line 859
            iconst_0
            istore 7 /* dp */
        start local 7 // int dp
        31: .line 860
            iload 2 /* off */
            istore 8 /* sp */
        start local 8 // int sp
        32: goto 42
        33: .line 861
      StackMap locals: java.util.Base64$EncOutputStream byte[] int int int int int int int
      StackMap stack:
            aload 1 /* b */
            iload 8 /* sp */
            iinc 8 /* sp */ 1
            baload
            sipush 255
            iand
            bipush 16
            ishl
        34: .line 862
            aload 1 /* b */
            iload 8 /* sp */
            iinc 8 /* sp */ 1
            baload
            sipush 255
            iand
            bipush 8
            ishl
        35: .line 861
            ior
        36: .line 863
            aload 1 /* b */
            iload 8 /* sp */
            iinc 8 /* sp */ 1
            baload
            sipush 255
            iand
        37: .line 861
            ior
            istore 9 /* bits */
        start local 9 // int bits
        38: .line 864
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.buf:[B
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            iload 9 /* bits */
            bipush 18
            iushr
            bipush 63
            iand
            caload
            i2b
            bastore
        39: .line 865
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.buf:[B
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            iload 9 /* bits */
            bipush 12
            iushr
            bipush 63
            iand
            caload
            i2b
            bastore
        40: .line 866
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.buf:[B
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            iload 9 /* bits */
            bipush 6
            iushr
            bipush 63
            iand
            caload
            i2b
            bastore
        41: .line 867
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.buf:[B
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            iload 9 /* bits */
            bipush 63
            iand
            caload
            i2b
            bastore
        end local 9 // int bits
        42: .line 860
      StackMap locals:
      StackMap stack:
            iload 8 /* sp */
            iload 6 /* sl */
            if_icmplt 33
        end local 8 // int sp
        43: .line 869
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.buf:[B
            iconst_0
            iload 7 /* dp */
            invokevirtual java.io.OutputStream.write:([BII)V
        44: .line 870
            iload 6 /* sl */
            istore 2 /* off */
        45: .line 871
            aload 0 /* this */
            dup
            getfield java.util.Base64$EncOutputStream.linepos:I
            iload 7 /* dp */
            iadd
            putfield java.util.Base64$EncOutputStream.linepos:I
        46: .line 872
            iload 4 /* nBits24 */
            iload 7 /* dp */
            iconst_4
            idiv
            isub
            istore 4 /* nBits24 */
        end local 7 // int dp
        end local 6 // int sl
        end local 5 // int dl
        47: .line 855
      StackMap locals: java.util.Base64$EncOutputStream byte[] int int int
      StackMap stack:
            iload 4 /* nBits24 */
            ifgt 25
        48: .line 874
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.leftover:I
            iconst_1
            if_icmpne 51
        49: .line 875
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iinc 2 /* off */ 1
            baload
            sipush 255
            iand
            putfield java.util.Base64$EncOutputStream.b0:I
        50: .line 876
            goto 54
      StackMap locals:
      StackMap stack:
        51: aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.leftover:I
            iconst_2
            if_icmpne 54
        52: .line 877
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iinc 2 /* off */ 1
            baload
            sipush 255
            iand
            putfield java.util.Base64$EncOutputStream.b0:I
        53: .line 878
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iinc 2 /* off */ 1
            baload
            sipush 255
            iand
            putfield java.util.Base64$EncOutputStream.b1:I
        54: .line 880
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int nBits24
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // java.util.Base64$EncOutputStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   55     0     this  Ljava/util/Base64$EncOutputStream;
            0   55     1        b  [B
            0   55     2      off  I
            0   55     3      len  I
           23   55     4  nBits24  I
           29   47     5       dl  I
           30   47     6       sl  I
           31   47     7       dp  I
           32   43     8       sp  I
           38   42     9     bits  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=1, args_size=1
        start local 0 // java.util.Base64$EncOutputStream this
         0: .line 884
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.closed:Z
            ifne 19
         1: .line 885
            aload 0 /* this */
            iconst_1
            putfield java.util.Base64$EncOutputStream.closed:Z
         2: .line 886
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.leftover:I
            iconst_1
            if_icmpne 10
         3: .line 887
            aload 0 /* this */
            invokevirtual java.util.Base64$EncOutputStream.checkNewline:()V
         4: .line 888
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.b0:I
            iconst_2
            ishr
            caload
            invokevirtual java.io.OutputStream.write:(I)V
         5: .line 889
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.b0:I
            iconst_4
            ishl
            bipush 63
            iand
            caload
            invokevirtual java.io.OutputStream.write:(I)V
         6: .line 890
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.doPadding:Z
            ifeq 17
         7: .line 891
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.out:Ljava/io/OutputStream;
            bipush 61
            invokevirtual java.io.OutputStream.write:(I)V
         8: .line 892
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.out:Ljava/io/OutputStream;
            bipush 61
            invokevirtual java.io.OutputStream.write:(I)V
         9: .line 894
            goto 17
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.leftover:I
            iconst_2
            if_icmpne 17
        11: .line 895
            aload 0 /* this */
            invokevirtual java.util.Base64$EncOutputStream.checkNewline:()V
        12: .line 896
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.b0:I
            iconst_2
            ishr
            caload
            invokevirtual java.io.OutputStream.write:(I)V
        13: .line 897
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.b0:I
            iconst_4
            ishl
            bipush 63
            iand
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.b1:I
            iconst_4
            ishr
            ior
            caload
            invokevirtual java.io.OutputStream.write:(I)V
        14: .line 898
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.out:Ljava/io/OutputStream;
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.base64:[C
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.b1:I
            iconst_2
            ishl
            bipush 63
            iand
            caload
            invokevirtual java.io.OutputStream.write:(I)V
        15: .line 899
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.doPadding:Z
            ifeq 17
        16: .line 900
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.out:Ljava/io/OutputStream;
            bipush 61
            invokevirtual java.io.OutputStream.write:(I)V
        17: .line 903
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield java.util.Base64$EncOutputStream.leftover:I
        18: .line 904
            aload 0 /* this */
            getfield java.util.Base64$EncOutputStream.out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.close:()V
        19: .line 906
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.util.Base64$EncOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Ljava/util/Base64$EncOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "Base64.java"
NestHost: java.util.Base64
InnerClasses:
  private EncOutputStream = java.util.Base64$EncOutputStream of java.util.Base64