class sun.nio.cs.ext.IBM943C$Holder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ext.IBM943C$Holder
  super_class: java.lang.Object
{
  static final char[] b2cSB;
    descriptor: [C
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final char[] c2b;
    descriptor: [C
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final char[] c2bIndex;
    descriptor: [C
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=0
         0: .line 69
            sipush 256
            newarray 5
            putstatic sun.nio.cs.ext.IBM943C$Holder.b2cSB:[C
         1: .line 70
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         2: goto 5
         3: .line 71
      StackMap locals: int
      StackMap stack:
            getstatic sun.nio.cs.ext.IBM943C$Holder.b2cSB:[C
            iload 0 /* i */
            iload 0 /* i */
            i2c
            castore
         4: .line 70
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 0 /* i */
            sipush 128
            if_icmplt 3
        end local 0 // int i
         6: .line 73
            sipush 128
            istore 0 /* i */
        start local 0 // int i
         7: goto 10
         8: .line 74
      StackMap locals:
      StackMap stack:
            getstatic sun.nio.cs.ext.IBM943C$Holder.b2cSB:[C
            iload 0 /* i */
            getstatic sun.nio.cs.ext.IBM943$DecodeHolder.b2cSB:[C
            iload 0 /* i */
            caload
            castore
         9: .line 73
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 0 /* i */
            sipush 256
            if_icmplt 8
        end local 0 // int i
        11: .line 76
            getstatic sun.nio.cs.ext.IBM943$EncodeHolder.c2b:[C
            getstatic sun.nio.cs.ext.IBM943$EncodeHolder.c2b:[C
            arraylength
            invokestatic java.util.Arrays.copyOf:([CI)[C
            putstatic sun.nio.cs.ext.IBM943C$Holder.c2b:[C
        12: .line 77
            getstatic sun.nio.cs.ext.IBM943$EncodeHolder.c2bIndex:[C
            getstatic sun.nio.cs.ext.IBM943$EncodeHolder.c2bIndex:[C
            arraylength
            invokestatic java.util.Arrays.copyOf:([CI)[C
            putstatic sun.nio.cs.ext.IBM943C$Holder.c2bIndex:[C
        13: .line 78
            iconst_0
            istore 0 /* c */
        start local 0 // char c
        14: goto 18
        15: .line 79
      StackMap locals: int
      StackMap stack:
            getstatic sun.nio.cs.ext.IBM943C$Holder.c2bIndex:[C
            iload 0 /* c */
            bipush 8
            ishr
            caload
            istore 1 /* index */
        start local 1 // int index
        16: .line 80
            getstatic sun.nio.cs.ext.IBM943C$Holder.c2b:[C
            iload 1 /* index */
            iload 0 /* c */
            sipush 255
            iand
            iadd
            iload 0 /* c */
            castore
        end local 1 // int index
        17: .line 78
            iload 0 /* c */
            iconst_1
            iadd
            i2c
            istore 0 /* c */
      StackMap locals:
      StackMap stack:
        18: iload 0 /* c */
            sipush 128
            if_icmplt 15
        end local 0 // char c
        19: .line 82
            return
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            2    6     0      i  I
            7   11     0      i  I
           14   19     0      c  C
           16   17     1  index  I

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.ext.IBM943C$Holder this
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.cs.ext.IBM943C$Holder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/IBM943C$Holder;
}
SourceFile: "IBM943C.java"
NestHost: sun.nio.cs.ext.IBM943C
InnerClasses:
  DecodeHolder = sun.nio.cs.ext.IBM943$DecodeHolder of sun.nio.cs.ext.IBM943
  EncodeHolder = sun.nio.cs.ext.IBM943$EncodeHolder of sun.nio.cs.ext.IBM943
  private Holder = sun.nio.cs.ext.IBM943C$Holder of sun.nio.cs.ext.IBM943C