public class sun.misc.UUEncoder extends sun.misc.CharacterEncoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.misc.UUEncoder
  super_class: sun.misc.CharacterEncoder
{
  private java.lang.String bufferName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.misc.UUEncoder this
         0: .line 93
            aload 0 /* this */
            invokespecial sun.misc.CharacterEncoder.<init>:()V
         1: .line 94
            aload 0 /* this */
            ldc "encoder.buf"
            putfield sun.misc.UUEncoder.bufferName:Ljava/lang/String;
         2: .line 95
            aload 0 /* this */
            sipush 644
            putfield sun.misc.UUEncoder.mode:I
         3: .line 96
            return
        end local 0 // sun.misc.UUEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/misc/UUEncoder;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.misc.UUEncoder this
        start local 1 // java.lang.String fname
         0: .line 104
            aload 0 /* this */
            invokespecial sun.misc.CharacterEncoder.<init>:()V
         1: .line 105
            aload 0 /* this */
            aload 1 /* fname */
            putfield sun.misc.UUEncoder.bufferName:Ljava/lang/String;
         2: .line 106
            aload 0 /* this */
            sipush 644
            putfield sun.misc.UUEncoder.mode:I
         3: .line 107
            return
        end local 1 // java.lang.String fname
        end local 0 // sun.misc.UUEncoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/misc/UUEncoder;
            0    4     1  fname  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      fname  

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.misc.UUEncoder this
        start local 1 // java.lang.String fname
        start local 2 // int newMode
         0: .line 115
            aload 0 /* this */
            invokespecial sun.misc.CharacterEncoder.<init>:()V
         1: .line 116
            aload 0 /* this */
            aload 1 /* fname */
            putfield sun.misc.UUEncoder.bufferName:Ljava/lang/String;
         2: .line 117
            aload 0 /* this */
            iload 2 /* newMode */
            putfield sun.misc.UUEncoder.mode:I
         3: .line 118
            return
        end local 2 // int newMode
        end local 1 // java.lang.String fname
        end local 0 // sun.misc.UUEncoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/misc/UUEncoder;
            0    4     1    fname  Ljava/lang/String;
            0    4     2  newMode  I
    MethodParameters:
         Name  Flags
      fname    
      newMode  

  protected int bytesPerAtom();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.misc.UUEncoder this
         0: .line 122
            iconst_3
            ireturn
        end local 0 // sun.misc.UUEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/misc/UUEncoder;

  protected int bytesPerLine();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.misc.UUEncoder this
         0: .line 127
            bipush 45
            ireturn
        end local 0 // sun.misc.UUEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/misc/UUEncoder;

  protected void encodeAtom(java.io.OutputStream, byte[], int, int);
    descriptor: (Ljava/io/OutputStream;[BII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=12, args_size=5
        start local 0 // sun.misc.UUEncoder this
        start local 1 // java.io.OutputStream outStream
        start local 2 // byte[] data
        start local 3 // int offset
        start local 4 // int len
         0: .line 138
            iconst_1
            istore 6 /* b */
        start local 6 // byte b
         1: iconst_1
            istore 7 /* c */
        start local 7 // byte c
         2: .line 141
            aload 2 /* data */
            iload 3 /* offset */
            baload
            istore 5 /* a */
        start local 5 // byte a
         3: .line 142
            iload 4 /* len */
            iconst_1
            if_icmple 5
         4: .line 143
            aload 2 /* data */
            iload 3 /* offset */
            iconst_1
            iadd
            baload
            istore 6 /* b */
         5: .line 145
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* len */
            iconst_2
            if_icmple 7
         6: .line 146
            aload 2 /* data */
            iload 3 /* offset */
            iconst_2
            iadd
            baload
            istore 7 /* c */
         7: .line 149
      StackMap locals:
      StackMap stack:
            iload 5 /* a */
            iconst_2
            iushr
            bipush 63
            iand
            istore 8 /* c1 */
        start local 8 // int c1
         8: .line 150
            iload 5 /* a */
            iconst_4
            ishl
            bipush 48
            iand
            iload 6 /* b */
            iconst_4
            iushr
            bipush 15
            iand
            ior
            istore 9 /* c2 */
        start local 9 // int c2
         9: .line 151
            iload 6 /* b */
            iconst_2
            ishl
            bipush 60
            iand
            iload 7 /* c */
            bipush 6
            iushr
            iconst_3
            iand
            ior
            istore 10 /* c3 */
        start local 10 // int c3
        10: .line 152
            iload 7 /* c */
            bipush 63
            iand
            istore 11 /* c4 */
        start local 11 // int c4
        11: .line 153
            aload 1 /* outStream */
            iload 8 /* c1 */
            bipush 32
            iadd
            invokevirtual java.io.OutputStream.write:(I)V
        12: .line 154
            aload 1 /* outStream */
            iload 9 /* c2 */
            bipush 32
            iadd
            invokevirtual java.io.OutputStream.write:(I)V
        13: .line 155
            aload 1 /* outStream */
            iload 10 /* c3 */
            bipush 32
            iadd
            invokevirtual java.io.OutputStream.write:(I)V
        14: .line 156
            aload 1 /* outStream */
            iload 11 /* c4 */
            bipush 32
            iadd
            invokevirtual java.io.OutputStream.write:(I)V
        15: .line 157
            return
        end local 11 // int c4
        end local 10 // int c3
        end local 9 // int c2
        end local 8 // int c1
        end local 7 // byte c
        end local 6 // byte b
        end local 5 // byte a
        end local 4 // int len
        end local 3 // int offset
        end local 2 // byte[] data
        end local 1 // java.io.OutputStream outStream
        end local 0 // sun.misc.UUEncoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lsun/misc/UUEncoder;
            0   16     1  outStream  Ljava/io/OutputStream;
            0   16     2       data  [B
            0   16     3     offset  I
            0   16     4        len  I
            3   16     5          a  B
            1   16     6          b  B
            2   16     7          c  B
            8   16     8         c1  I
            9   16     9         c2  I
           10   16    10         c3  I
           11   16    11         c4  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      outStream  
      data       
      offset     
      len        

  protected void encodeLinePrefix(java.io.OutputStream, int);
    descriptor: (Ljava/io/OutputStream;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.misc.UUEncoder this
        start local 1 // java.io.OutputStream outStream
        start local 2 // int length
         0: .line 166
            aload 1 /* outStream */
            iload 2 /* length */
            bipush 63
            iand
            bipush 32
            iadd
            invokevirtual java.io.OutputStream.write:(I)V
         1: .line 167
            return
        end local 2 // int length
        end local 1 // java.io.OutputStream outStream
        end local 0 // sun.misc.UUEncoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/misc/UUEncoder;
            0    2     1  outStream  Ljava/io/OutputStream;
            0    2     2     length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      outStream  
      length     

  protected void encodeLineSuffix(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.misc.UUEncoder this
        start local 1 // java.io.OutputStream outStream
         0: .line 174
            aload 0 /* this */
            getfield sun.misc.UUEncoder.pStream:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.println:()V
         1: .line 175
            return
        end local 1 // java.io.OutputStream outStream
        end local 0 // sun.misc.UUEncoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/misc/UUEncoder;
            0    2     1  outStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      outStream  

  protected void encodeBufferPrefix(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.misc.UUEncoder this
        start local 1 // java.io.OutputStream a
         0: .line 181
            aload 0 /* this */
            new java.io.PrintStream
            dup
            aload 1 /* a */
            invokespecial java.io.PrintStream.<init>:(Ljava/io/OutputStream;)V
            putfield sun.misc.CharacterEncoder.pStream:Ljava/io/PrintStream;
         1: .line 182
            aload 0 /* this */
            getfield sun.misc.CharacterEncoder.pStream:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "begin "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.misc.UUEncoder.mode:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         2: .line 183
            aload 0 /* this */
            getfield sun.misc.UUEncoder.bufferName:Ljava/lang/String;
            ifnull 5
         3: .line 184
            aload 0 /* this */
            getfield sun.misc.CharacterEncoder.pStream:Ljava/io/PrintStream;
            aload 0 /* this */
            getfield sun.misc.UUEncoder.bufferName:Ljava/lang/String;
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         4: .line 185
            goto 6
         5: .line 186
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.CharacterEncoder.pStream:Ljava/io/PrintStream;
            ldc "encoder.bin"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         6: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.CharacterEncoder.pStream:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.flush:()V
         7: .line 189
            return
        end local 1 // java.io.OutputStream a
        end local 0 // sun.misc.UUEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/misc/UUEncoder;
            0    8     1     a  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      a     

  protected void encodeBufferSuffix(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.misc.UUEncoder this
        start local 1 // java.io.OutputStream a
         0: .line 196
            aload 0 /* this */
            getfield sun.misc.CharacterEncoder.pStream:Ljava/io/PrintStream;
            ldc " \nend"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 197
            aload 0 /* this */
            getfield sun.misc.CharacterEncoder.pStream:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.flush:()V
         2: .line 198
            return
        end local 1 // java.io.OutputStream a
        end local 0 // sun.misc.UUEncoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/misc/UUEncoder;
            0    3     1     a  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      a     
}
SourceFile: "UUEncoder.java"