class sun.tools.native2ascii.N2AFilter extends java.io.FilterWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.tools.native2ascii.N2AFilter
  super_class: java.io.FilterWriter
{
  public void <init>(java.io.Writer);
    descriptor: (Ljava/io/Writer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.tools.native2ascii.N2AFilter this
        start local 1 // java.io.Writer out
         0: .line 41
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.io.FilterWriter.<init>:(Ljava/io/Writer;)V
            return
        end local 1 // java.io.Writer out
        end local 0 // sun.tools.native2ascii.N2AFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/native2ascii/N2AFilter;
            0    1     1   out  Ljava/io/Writer;
    MethodParameters:
      Name  Flags
      out   

  public void write(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.tools.native2ascii.N2AFilter this
        start local 1 // char b
         0: .line 44
            iconst_1
            newarray 5
            astore 2 /* buf */
        start local 2 // char[] buf
         1: .line 45
            aload 2 /* buf */
            iconst_0
            iload 1 /* b */
            castore
         2: .line 46
            aload 0 /* this */
            aload 2 /* buf */
            iconst_0
            iconst_1
            invokevirtual sun.tools.native2ascii.N2AFilter.write:([CII)V
         3: .line 47
            return
        end local 2 // char[] buf
        end local 1 // char b
        end local 0 // sun.tools.native2ascii.N2AFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/tools/native2ascii/N2AFilter;
            0    4     1     b  C
            1    4     2   buf  [C
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=4
        start local 0 // sun.tools.native2ascii.N2AFilter this
        start local 1 // char[] buf
        start local 2 // int off
        start local 3 // int len
         0: .line 51
            ldc "line.separator"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            pop
         1: .line 54
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 24
         3: .line 55
      StackMap locals: int
      StackMap stack:
            aload 1 /* buf */
            iload 4 /* i */
            caload
            bipush 127
            if_icmple 22
         4: .line 57
            aload 0 /* this */
            getfield sun.tools.native2ascii.N2AFilter.out:Ljava/io/Writer;
            bipush 92
            invokevirtual java.io.Writer.write:(I)V
         5: .line 58
            aload 0 /* this */
            getfield sun.tools.native2ascii.N2AFilter.out:Ljava/io/Writer;
            bipush 117
            invokevirtual java.io.Writer.write:(I)V
         6: .line 60
            aload 1 /* buf */
            iload 4 /* i */
            caload
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
         7: .line 59
            astore 5 /* hex */
        start local 5 // java.lang.String hex
         8: .line 61
            new java.lang.StringBuffer
            dup
            aload 5 /* hex */
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 6 /* hex4 */
        start local 6 // java.lang.StringBuffer hex4
         9: .line 62
            aload 6 /* hex4 */
            invokevirtual java.lang.StringBuffer.reverse:()Ljava/lang/StringBuffer;
            pop
        10: .line 63
            iconst_4
            aload 6 /* hex4 */
            invokevirtual java.lang.StringBuffer.length:()I
            isub
            istore 7 /* length */
        start local 7 // int length
        11: .line 64
            iconst_0
            istore 8 /* j */
        start local 8 // int j
        12: goto 15
        13: .line 65
      StackMap locals: sun.tools.native2ascii.N2AFilter char[] int int int java.lang.String java.lang.StringBuffer int int
      StackMap stack:
            aload 6 /* hex4 */
            bipush 48
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        14: .line 64
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
        15: iload 8 /* j */
            iload 7 /* length */
            if_icmplt 13
        end local 8 // int j
        16: .line 67
            iconst_0
            istore 8 /* j */
        start local 8 // int j
        17: goto 20
        18: .line 68
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.native2ascii.N2AFilter.out:Ljava/io/Writer;
            aload 6 /* hex4 */
            iconst_3
            iload 8 /* j */
            isub
            invokevirtual java.lang.StringBuffer.charAt:(I)C
            invokevirtual java.io.Writer.write:(I)V
        19: .line 67
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
        20: iload 8 /* j */
            iconst_4
            if_icmplt 18
        end local 8 // int j
        end local 7 // int length
        end local 6 // java.lang.StringBuffer hex4
        end local 5 // java.lang.String hex
        21: .line 70
            goto 23
        22: .line 71
      StackMap locals: sun.tools.native2ascii.N2AFilter char[] int int int
      StackMap stack:
            aload 0 /* this */
            getfield sun.tools.native2ascii.N2AFilter.out:Ljava/io/Writer;
            aload 1 /* buf */
            iload 4 /* i */
            caload
            invokevirtual java.io.Writer.write:(I)V
        23: .line 54
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 4 /* i */
            iload 3 /* len */
            if_icmplt 3
        end local 4 // int i
        25: .line 73
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] buf
        end local 0 // sun.tools.native2ascii.N2AFilter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lsun/tools/native2ascii/N2AFilter;
            0   26     1     buf  [C
            0   26     2     off  I
            0   26     3     len  I
            2   25     4       i  I
            8   21     5     hex  Ljava/lang/String;
            9   21     6    hex4  Ljava/lang/StringBuffer;
           11   21     7  length  I
           12   16     8       j  I
           17   21     8       j  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      buf   
      off   
      len   
}
SourceFile: "N2AFilter.java"