public class sun.io.CharToByteCp942C extends sun.io.CharToByteDBCS_ASCII
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteCp942C
  super_class: sun.io.CharToByteDBCS_ASCII
{
  protected static final int mask1;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final int mask2;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final int shift;
    descriptor: I
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final short[] index1;
    descriptor: [S
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final java.lang.String index2;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final java.lang.String index2a;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=4, args_size=0
         0: .line 39
            new sun.io.CharToByteCp942
            dup
            invokespecial sun.io.CharToByteCp942.<init>:()V
            astore 0 /* y */
        start local 0 // sun.io.CharToByteDBCS_ASCII y
         1: .line 40
            aload 0 /* y */
            getfield sun.io.CharToByteDBCS_ASCII.mask1:I
            putstatic sun.io.CharToByteCp942C.mask1:I
         2: .line 41
            aload 0 /* y */
            getfield sun.io.CharToByteDBCS_ASCII.mask2:I
            putstatic sun.io.CharToByteCp942C.mask2:I
         3: .line 42
            aload 0 /* y */
            getfield sun.io.CharToByteDBCS_ASCII.shift:I
            putstatic sun.io.CharToByteCp942C.shift:I
         4: .line 43
            aload 0 /* y */
            getfield sun.io.CharToByteDBCS_ASCII.index2:Ljava/lang/String;
            putstatic sun.io.CharToByteCp942C.index2:Ljava/lang/String;
         5: .line 46
            ldc ""
            astore 1 /* indexs */
        start local 1 // java.lang.String indexs
         6: .line 47
            iconst_0
            istore 2 /* c */
        start local 2 // char c
         7: goto 9
      StackMap locals: sun.io.CharToByteDBCS_ASCII java.lang.String int
      StackMap stack:
         8: new java.lang.StringBuilder
            dup
            aload 1 /* indexs */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* c */
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* indexs */
            iload 2 /* c */
            iconst_1
            iadd
            i2c
            istore 2 /* c */
      StackMap locals:
      StackMap stack:
         9: iload 2 /* c */
            sipush 128
            if_icmplt 8
        end local 2 // char c
        10: .line 48
            new java.lang.StringBuilder
            dup
            aload 0 /* y */
            getfield sun.io.CharToByteDBCS_ASCII.index2a:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* indexs */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putstatic sun.io.CharToByteCp942C.index2a:Ljava/lang/String;
        11: .line 50
            aload 0 /* y */
            getfield sun.io.CharToByteDBCS_ASCII.index2a:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            sipush 15000
            iadd
            istore 2 /* o */
        start local 2 // int o
        12: .line 51
            aload 0 /* y */
            getfield sun.io.CharToByteDBCS_ASCII.index1:[S
            arraylength
            newarray 9
            putstatic sun.io.CharToByteCp942C.index1:[S
        13: .line 52
            aload 0 /* y */
            getfield sun.io.CharToByteDBCS_ASCII.index1:[S
            iconst_0
            getstatic sun.io.CharToByteCp942C.index1:[S
            iconst_0
            aload 0 /* y */
            getfield sun.io.CharToByteDBCS_ASCII.index1:[S
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 53
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        15: goto 18
        16: .line 54
      StackMap locals: sun.io.CharToByteDBCS_ASCII java.lang.String int int
      StackMap stack:
            getstatic sun.io.CharToByteCp942C.index1:[S
            iload 3 /* i */
            iload 2 /* o */
            iload 3 /* i */
            iconst_1
            getstatic sun.io.CharToByteCp942C.shift:I
            ishl
            imul
            iadd
            i2s
            sastore
        17: .line 53
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 3 /* i */
            iconst_1
            getstatic sun.io.CharToByteCp942C.shift:I
            ishl
            imul
            sipush 128
            if_icmplt 16
        end local 3 // int i
        end local 2 // int o
        end local 1 // java.lang.String indexs
        end local 0 // sun.io.CharToByteDBCS_ASCII y
        19: .line 56
            return
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            1   19     0       y  Lsun/io/CharToByteDBCS_ASCII;
            6   19     1  indexs  Ljava/lang/String;
            7   10     2       c  C
           12   19     2       o  I
           15   19     3       i  I

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.CharToByteCp942C this
         0: .line 59
            ldc "Cp942C"
            areturn
        end local 0 // sun.io.CharToByteCp942C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteCp942C;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.CharToByteCp942C this
         0: .line 63
            aload 0 /* this */
            invokespecial sun.io.CharToByteDBCS_ASCII.<init>:()V
         1: .line 64
            aload 0 /* this */
            getstatic sun.io.CharToByteCp942C.mask1:I
            putfield sun.io.CharToByteDBCS_ASCII.mask1:I
         2: .line 65
            aload 0 /* this */
            getstatic sun.io.CharToByteCp942C.mask2:I
            putfield sun.io.CharToByteDBCS_ASCII.mask2:I
         3: .line 66
            aload 0 /* this */
            getstatic sun.io.CharToByteCp942C.shift:I
            putfield sun.io.CharToByteDBCS_ASCII.shift:I
         4: .line 67
            aload 0 /* this */
            getstatic sun.io.CharToByteCp942C.index1:[S
            putfield sun.io.CharToByteDBCS_ASCII.index1:[S
         5: .line 68
            aload 0 /* this */
            getstatic sun.io.CharToByteCp942C.index2:Ljava/lang/String;
            putfield sun.io.CharToByteDBCS_ASCII.index2:Ljava/lang/String;
         6: .line 69
            aload 0 /* this */
            getstatic sun.io.CharToByteCp942C.index2a:Ljava/lang/String;
            putfield sun.io.CharToByteDBCS_ASCII.index2a:Ljava/lang/String;
         7: .line 70
            return
        end local 0 // sun.io.CharToByteCp942C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/io/CharToByteCp942C;
}
SourceFile: "CharToByteCp942C.java"