public class com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream extends java.io.FilterOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream
  super_class: java.io.FilterOutputStream
{
  private byte[] buffer;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private static final char[] pem_array;
    descriptor: [C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 138
            bipush 64
            newarray 5
            dup
            iconst_0
         1: .line 139
            bipush 65
            castore
            dup
            iconst_1
            bipush 66
            castore
            dup
            iconst_2
            bipush 67
            castore
            dup
            iconst_3
            bipush 68
            castore
            dup
            iconst_4
            bipush 69
            castore
            dup
            iconst_5
            bipush 70
            castore
            dup
            bipush 6
            bipush 71
            castore
            dup
            bipush 7
            bipush 72
            castore
            dup
            bipush 8
         2: .line 140
            bipush 73
            castore
            dup
            bipush 9
            bipush 74
            castore
            dup
            bipush 10
            bipush 75
            castore
            dup
            bipush 11
            bipush 76
            castore
            dup
            bipush 12
            bipush 77
            castore
            dup
            bipush 13
            bipush 78
            castore
            dup
            bipush 14
            bipush 79
            castore
            dup
            bipush 15
            bipush 80
            castore
            dup
            bipush 16
         3: .line 141
            bipush 81
            castore
            dup
            bipush 17
            bipush 82
            castore
            dup
            bipush 18
            bipush 83
            castore
            dup
            bipush 19
            bipush 84
            castore
            dup
            bipush 20
            bipush 85
            castore
            dup
            bipush 21
            bipush 86
            castore
            dup
            bipush 22
            bipush 87
            castore
            dup
            bipush 23
            bipush 88
            castore
            dup
            bipush 24
         4: .line 142
            bipush 89
            castore
            dup
            bipush 25
            bipush 90
            castore
            dup
            bipush 26
            bipush 97
            castore
            dup
            bipush 27
            bipush 98
            castore
            dup
            bipush 28
            bipush 99
            castore
            dup
            bipush 29
            bipush 100
            castore
            dup
            bipush 30
            bipush 101
            castore
            dup
            bipush 31
            bipush 102
            castore
            dup
            bipush 32
         5: .line 143
            bipush 103
            castore
            dup
            bipush 33
            bipush 104
            castore
            dup
            bipush 34
            bipush 105
            castore
            dup
            bipush 35
            bipush 106
            castore
            dup
            bipush 36
            bipush 107
            castore
            dup
            bipush 37
            bipush 108
            castore
            dup
            bipush 38
            bipush 109
            castore
            dup
            bipush 39
            bipush 110
            castore
            dup
            bipush 40
         6: .line 144
            bipush 111
            castore
            dup
            bipush 41
            bipush 112
            castore
            dup
            bipush 42
            bipush 113
            castore
            dup
            bipush 43
            bipush 114
            castore
            dup
            bipush 44
            bipush 115
            castore
            dup
            bipush 45
            bipush 116
            castore
            dup
            bipush 46
            bipush 117
            castore
            dup
            bipush 47
            bipush 118
            castore
            dup
            bipush 48
         7: .line 145
            bipush 119
            castore
            dup
            bipush 49
            bipush 120
            castore
            dup
            bipush 50
            bipush 121
            castore
            dup
            bipush 51
            bipush 122
            castore
            dup
            bipush 52
            bipush 48
            castore
            dup
            bipush 53
            bipush 49
            castore
            dup
            bipush 54
            bipush 50
            castore
            dup
            bipush 55
            bipush 51
            castore
            dup
            bipush 56
         8: .line 146
            bipush 52
            castore
            dup
            bipush 57
            bipush 53
            castore
            dup
            bipush 58
            bipush 54
            castore
            dup
            bipush 59
            bipush 55
            castore
            dup
            bipush 60
            bipush 56
            castore
            dup
            bipush 61
            bipush 57
            castore
            dup
            bipush 62
            bipush 43
            castore
            dup
            bipush 63
            bipush 47
            castore
         9: .line 138
            putstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
        10: .line 147
            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=2, locals=3, args_size=3
        start local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
        start local 1 // java.io.OutputStream out
        start local 2 // int bytesPerLine
         0: .line 59
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         1: .line 48
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.bufsize:I
         2: .line 49
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.count:I
         3: .line 60
            aload 0 /* this */
            iconst_3
            newarray 8
            putfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.buffer:[B
         4: .line 61
            aload 0 /* this */
            iload 2 /* bytesPerLine */
            putfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.bytesPerLine:I
         5: .line 62
            return
        end local 2 // int bytesPerLine
        end local 1 // java.io.OutputStream out
        end local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64EncoderStream;
            0    6     1           out  Ljava/io/OutputStream;
            0    6     2  bytesPerLine  I
    MethodParameters:
              Name  Flags
      out           
      bytesPerLine  

  public void <init>(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
        start local 1 // java.io.OutputStream out
         0: .line 70
            aload 0 /* this */
            aload 1 /* out */
            bipush 76
            invokespecial com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.<init>:(Ljava/io/OutputStream;I)V
         1: .line 71
            return
        end local 1 // java.io.OutputStream out
        end local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64EncoderStream;
            0    2     1   out  Ljava/io/OutputStream;
    MethodParameters:
      Name  Flags
      out   

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 85
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         1: goto 4
         2: .line 86
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* off */
            iload 4 /* i */
            iadd
            baload
            invokevirtual com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.write:(I)V
         3: .line 85
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 4 /* i */
            iload 3 /* len */
            if_icmplt 2
        end local 4 // int i
         5: .line 87
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64EncoderStream;
            0    6     1     b  [B
            0    6     2   off  I
            0    6     3   len  I
            1    5     4     i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
        start local 1 // byte[] b
         0: .line 96
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.write:([BII)V
         1: .line 97
            return
        end local 1 // byte[] b
        end local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64EncoderStream;
            0    2     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
        start local 1 // int c
         0: .line 106
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.buffer:[B
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.bufsize:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.bufsize:I
            iload 1 /* c */
            i2b
            bastore
         1: .line 107
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.bufsize:I
            iconst_3
            if_icmpne 4
         2: .line 108
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.encode:()V
         3: .line 109
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.bufsize:I
         4: .line 111
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int c
        end local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64EncoderStream;
            0    5     1     c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
         0: .line 120
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.bufsize:I
            ifle 3
         1: .line 121
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.encode:()V
         2: .line 122
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.bufsize:I
         3: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.flush:()V
         4: .line 125
            return
        end local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64EncoderStream;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
         0: .line 133
            aload 0 /* this */
            invokevirtual com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.flush:()V
         1: .line 134
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            invokevirtual java.io.OutputStream.close:()V
         2: .line 135
            return
        end local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64EncoderStream;
    Exceptions:
      throws java.io.IOException

  private void encode();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
         0: .line 152
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.count:I
            iconst_4
            iadd
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.bytesPerLine:I
            if_icmple 4
         1: .line 153
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            bipush 13
            invokevirtual java.io.OutputStream.write:(I)V
         2: .line 154
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            bipush 10
            invokevirtual java.io.OutputStream.write:(I)V
         3: .line 155
            aload 0 /* this */
            iconst_0
            putfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.count:I
         4: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.bufsize:I
            iconst_1
            if_icmpne 13
         5: .line 160
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.buffer:[B
            iconst_0
            baload
            istore 1 /* a */
        start local 1 // byte a
         6: .line 161
            iconst_0
            istore 2 /* b */
        start local 2 // byte b
         7: .line 162
            iconst_0
            istore 3 /* c */
        start local 3 // byte c
         8: .line 163
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 1 /* a */
            iconst_2
            iushr
            bipush 63
            iand
            caload
            invokevirtual java.io.OutputStream.write:(I)V
         9: .line 164
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 1 /* a */
            iconst_4
            ishl
            bipush 48
            iand
            iload 2 /* b */
            iconst_4
            iushr
            bipush 15
            iand
            iadd
            caload
            invokevirtual java.io.OutputStream.write:(I)V
        10: .line 165
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            bipush 61
            invokevirtual java.io.OutputStream.write:(I)V
        11: .line 166
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            bipush 61
            invokevirtual java.io.OutputStream.write:(I)V
        12: .line 167
            goto 29
        end local 3 // byte c
        end local 2 // byte b
        end local 1 // byte a
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.bufsize:I
            iconst_2
            if_icmpne 22
        14: .line 168
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.buffer:[B
            iconst_0
            baload
            istore 1 /* a */
        start local 1 // byte a
        15: .line 169
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.buffer:[B
            iconst_1
            baload
            istore 2 /* b */
        start local 2 // byte b
        16: .line 170
            iconst_0
            istore 3 /* c */
        start local 3 // byte c
        17: .line 171
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 1 /* a */
            iconst_2
            iushr
            bipush 63
            iand
            caload
            invokevirtual java.io.OutputStream.write:(I)V
        18: .line 172
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 1 /* a */
            iconst_4
            ishl
            bipush 48
            iand
            iload 2 /* b */
            iconst_4
            iushr
            bipush 15
            iand
            iadd
            caload
            invokevirtual java.io.OutputStream.write:(I)V
        19: .line 173
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 2 /* b */
            iconst_2
            ishl
            bipush 60
            iand
            iload 3 /* c */
            bipush 6
            iushr
            iconst_3
            iand
            iadd
            caload
            invokevirtual java.io.OutputStream.write:(I)V
        20: .line 174
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            bipush 61
            invokevirtual java.io.OutputStream.write:(I)V
        21: .line 175
            goto 29
        end local 3 // byte c
        end local 2 // byte b
        end local 1 // byte a
        22: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.buffer:[B
            iconst_0
            baload
            istore 1 /* a */
        start local 1 // byte a
        23: .line 177
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.buffer:[B
            iconst_1
            baload
            istore 2 /* b */
        start local 2 // byte b
        24: .line 178
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.buffer:[B
            iconst_2
            baload
            istore 3 /* c */
        start local 3 // byte c
        25: .line 179
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 1 /* a */
            iconst_2
            iushr
            bipush 63
            iand
            caload
            invokevirtual java.io.OutputStream.write:(I)V
        26: .line 180
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 1 /* a */
            iconst_4
            ishl
            bipush 48
            iand
            iload 2 /* b */
            iconst_4
            iushr
            bipush 15
            iand
            iadd
            caload
            invokevirtual java.io.OutputStream.write:(I)V
        27: .line 181
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 2 /* b */
            iconst_2
            ishl
            bipush 60
            iand
            iload 3 /* c */
            bipush 6
            iushr
            iconst_3
            iand
            iadd
            caload
            invokevirtual java.io.OutputStream.write:(I)V
        28: .line 182
            aload 0 /* this */
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.out:Ljava/io/OutputStream;
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 3 /* c */
            bipush 63
            iand
            caload
            invokevirtual java.io.OutputStream.write:(I)V
        29: .line 186
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.count:I
            iconst_4
            iadd
            putfield com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.count:I
        30: .line 187
            return
        end local 3 // byte c
        end local 2 // byte b
        end local 1 // byte a
        end local 0 // com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   31     0  this  Lcom/sun/xml/internal/messaging/saaj/packaging/mime/util/BASE64EncoderStream;
            6   13     1     a  B
           15   22     1     a  B
           23   31     1     a  B
            7   13     2     b  B
           16   22     2     b  B
           24   31     2     b  B
            8   13     3     c  B
           17   22     3     c  B
           25   31     3     c  B
    Exceptions:
      throws java.io.IOException

  public static byte[] encode(byte[]);
    descriptor: ([B)[B
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=8, args_size=1
        start local 0 // byte[] inbuf
         0: .line 200
            aload 0 /* inbuf */
            arraylength
            ifne 2
         1: .line 201
            aload 0 /* inbuf */
            areturn
         2: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* inbuf */
            arraylength
            iconst_2
            iadd
            iconst_3
            idiv
            iconst_4
            imul
            newarray 8
            astore 1 /* outbuf */
        start local 1 // byte[] outbuf
         3: .line 203
            iconst_0
            istore 2 /* inpos */
        start local 2 // int inpos
         4: iconst_0
            istore 3 /* outpos */
        start local 3 // int outpos
         5: .line 204
            aload 0 /* inbuf */
            arraylength
            istore 4 /* size */
        start local 4 // int size
         6: .line 205
            goto 43
         7: .line 207
      StackMap locals: byte[] byte[] int int int
      StackMap stack:
            iload 4 /* size */
            iconst_1
            if_icmpne 18
         8: .line 208
            aload 0 /* inbuf */
            iload 2 /* inpos */
            iinc 2 /* inpos */ 1
            baload
            istore 5 /* a */
        start local 5 // byte a
         9: .line 209
            iconst_0
            istore 6 /* b */
        start local 6 // byte b
        10: .line 210
            iconst_0
            istore 7 /* c */
        start local 7 // byte c
        11: .line 211
            aload 1 /* outbuf */
            iload 3 /* outpos */
            iinc 3 /* outpos */ 1
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 5 /* a */
            iconst_2
            iushr
            bipush 63
            iand
            caload
            i2b
            bastore
        12: .line 212
            aload 1 /* outbuf */
            iload 3 /* outpos */
            iinc 3 /* outpos */ 1
        13: .line 213
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 5 /* a */
            iconst_4
            ishl
            bipush 48
            iand
            iload 6 /* b */
            iconst_4
            iushr
            bipush 15
            iand
            iadd
            caload
            i2b
        14: .line 212
            bastore
        15: .line 214
            aload 1 /* outbuf */
            iload 3 /* outpos */
            iinc 3 /* outpos */ 1
            bipush 61
            bastore
        16: .line 215
            aload 1 /* outbuf */
            iload 3 /* outpos */
            iinc 3 /* outpos */ 1
            bipush 61
            bastore
        17: .line 216
            goto 42
        end local 7 // byte c
        end local 6 // byte b
        end local 5 // byte a
      StackMap locals:
      StackMap stack:
        18: iload 4 /* size */
            iconst_2
            if_icmpne 31
        19: .line 217
            aload 0 /* inbuf */
            iload 2 /* inpos */
            iinc 2 /* inpos */ 1
            baload
            istore 5 /* a */
        start local 5 // byte a
        20: .line 218
            aload 0 /* inbuf */
            iload 2 /* inpos */
            iinc 2 /* inpos */ 1
            baload
            istore 6 /* b */
        start local 6 // byte b
        21: .line 219
            iconst_0
            istore 7 /* c */
        start local 7 // byte c
        22: .line 220
            aload 1 /* outbuf */
            iload 3 /* outpos */
            iinc 3 /* outpos */ 1
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 5 /* a */
            iconst_2
            iushr
            bipush 63
            iand
            caload
            i2b
            bastore
        23: .line 221
            aload 1 /* outbuf */
            iload 3 /* outpos */
            iinc 3 /* outpos */ 1
        24: .line 222
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 5 /* a */
            iconst_4
            ishl
            bipush 48
            iand
            iload 6 /* b */
            iconst_4
            iushr
            bipush 15
            iand
            iadd
            caload
            i2b
        25: .line 221
            bastore
        26: .line 223
            aload 1 /* outbuf */
            iload 3 /* outpos */
            iinc 3 /* outpos */ 1
        27: .line 224
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 6 /* b */
            iconst_2
            ishl
            bipush 60
            iand
            iload 7 /* c */
            bipush 6
            iushr
            iconst_3
            iand
            iadd
            caload
            i2b
        28: .line 223
            bastore
        29: .line 225
            aload 1 /* outbuf */
            iload 3 /* outpos */
            iinc 3 /* outpos */ 1
            bipush 61
            bastore
        30: .line 226
            goto 42
        end local 7 // byte c
        end local 6 // byte b
        end local 5 // byte a
        31: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* inbuf */
            iload 2 /* inpos */
            iinc 2 /* inpos */ 1
            baload
            istore 5 /* a */
        start local 5 // byte a
        32: .line 228
            aload 0 /* inbuf */
            iload 2 /* inpos */
            iinc 2 /* inpos */ 1
            baload
            istore 6 /* b */
        start local 6 // byte b
        33: .line 229
            aload 0 /* inbuf */
            iload 2 /* inpos */
            iinc 2 /* inpos */ 1
            baload
            istore 7 /* c */
        start local 7 // byte c
        34: .line 230
            aload 1 /* outbuf */
            iload 3 /* outpos */
            iinc 3 /* outpos */ 1
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 5 /* a */
            iconst_2
            iushr
            bipush 63
            iand
            caload
            i2b
            bastore
        35: .line 231
            aload 1 /* outbuf */
            iload 3 /* outpos */
            iinc 3 /* outpos */ 1
        36: .line 232
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 5 /* a */
            iconst_4
            ishl
            bipush 48
            iand
            iload 6 /* b */
            iconst_4
            iushr
            bipush 15
            iand
            iadd
            caload
            i2b
        37: .line 231
            bastore
        38: .line 233
            aload 1 /* outbuf */
            iload 3 /* outpos */
            iinc 3 /* outpos */ 1
        39: .line 234
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 6 /* b */
            iconst_2
            ishl
            bipush 60
            iand
            iload 7 /* c */
            bipush 6
            iushr
            iconst_3
            iand
            iadd
            caload
            i2b
        40: .line 233
            bastore
        41: .line 235
            aload 1 /* outbuf */
            iload 3 /* outpos */
            iinc 3 /* outpos */ 1
            getstatic com.sun.xml.internal.messaging.saaj.packaging.mime.util.BASE64EncoderStream.pem_array:[C
            iload 7 /* c */
            bipush 63
            iand
            caload
            i2b
            bastore
        42: .line 237
      StackMap locals: int int int
      StackMap stack:
            iinc 4 /* size */ -3
        end local 7 // byte c
        end local 6 // byte b
        end local 5 // byte a
        43: .line 205
      StackMap locals:
      StackMap stack:
            iload 4 /* size */
            ifgt 7
        44: .line 239
            aload 1 /* outbuf */
            areturn
        end local 4 // int size
        end local 3 // int outpos
        end local 2 // int inpos
        end local 1 // byte[] outbuf
        end local 0 // byte[] inbuf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   45     0   inbuf  [B
            3   45     1  outbuf  [B
            4   45     2   inpos  I
            5   45     3  outpos  I
            6   45     4    size  I
            9   18     5       a  B
           20   31     5       a  B
           32   43     5       a  B
           10   18     6       b  B
           21   31     6       b  B
           33   43     6       b  B
           11   18     7       c  B
           22   31     7       c  B
           34   43     7       c  B
    MethodParameters:
       Name  Flags
      inbuf  
}
SourceFile: "BASE64EncoderStream.java"