public class sun.nio.cs.ext.IBM949C extends java.nio.charset.Charset implements sun.nio.cs.HistoricallyNamedCharset
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.nio.cs.ext.IBM949C
  super_class: java.nio.charset.Charset
{
  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 68
            invokestatic sun.nio.cs.ext.IBM949.initb2c:()V
         1: .line 69
            sipush 256
            newarray 5
            putstatic sun.nio.cs.ext.IBM949C.b2cSB:[C
         2: .line 70
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         3: goto 6
         4: .line 71
      StackMap locals: int
      StackMap stack:
            getstatic sun.nio.cs.ext.IBM949C.b2cSB:[C
            iload 0 /* i */
            iload 0 /* i */
            i2c
            castore
         5: .line 70
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 0 /* i */
            sipush 128
            if_icmplt 4
        end local 0 // int i
         7: .line 73
            sipush 128
            istore 0 /* i */
        start local 0 // int i
         8: goto 11
         9: .line 74
      StackMap locals:
      StackMap stack:
            getstatic sun.nio.cs.ext.IBM949C.b2cSB:[C
            iload 0 /* i */
            getstatic sun.nio.cs.ext.IBM949.b2cSB:[C
            iload 0 /* i */
            caload
            castore
        10: .line 73
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 0 /* i */
            sipush 256
            if_icmplt 9
        end local 0 // int i
        12: .line 76
            invokestatic sun.nio.cs.ext.IBM949.initc2b:()V
        13: .line 77
            getstatic sun.nio.cs.ext.IBM949.c2b:[C
            getstatic sun.nio.cs.ext.IBM949.c2b:[C
            arraylength
            invokestatic java.util.Arrays.copyOf:([CI)[C
            putstatic sun.nio.cs.ext.IBM949C.c2b:[C
        14: .line 78
            getstatic sun.nio.cs.ext.IBM949.c2bIndex:[C
            getstatic sun.nio.cs.ext.IBM949.c2bIndex:[C
            arraylength
            invokestatic java.util.Arrays.copyOf:([CI)[C
            putstatic sun.nio.cs.ext.IBM949C.c2bIndex:[C
        15: .line 79
            iconst_0
            istore 0 /* c */
        start local 0 // char c
        16: goto 20
        17: .line 80
      StackMap locals: int
      StackMap stack:
            getstatic sun.nio.cs.ext.IBM949C.c2bIndex:[C
            iload 0 /* c */
            bipush 8
            ishr
            caload
            istore 1 /* index */
        start local 1 // int index
        18: .line 81
            getstatic sun.nio.cs.ext.IBM949C.c2b:[C
            iload 1 /* index */
            iload 0 /* c */
            sipush 255
            iand
            iadd
            iload 0 /* c */
            castore
        end local 1 // int index
        19: .line 79
            iload 0 /* c */
            iconst_1
            iadd
            i2c
            istore 0 /* c */
      StackMap locals:
      StackMap stack:
        20: iload 0 /* c */
            sipush 128
            if_icmplt 17
        end local 0 // char c
        21: .line 83
            return
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            3    7     0      i  I
            8   12     0      i  I
           16   21     0      c  C
           18   19     1  index  I

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.nio.cs.ext.IBM949C this
         0: .line 39
            aload 0 /* this */
            ldc "x-IBM949C"
            ldc "x-IBM949C"
            invokestatic sun.nio.cs.ext.ExtendedCharsets.aliasesFor:(Ljava/lang/String;)[Ljava/lang/String;
            invokespecial java.nio.charset.Charset.<init>:(Ljava/lang/String;[Ljava/lang/String;)V
         1: .line 40
            return
        end local 0 // sun.nio.cs.ext.IBM949C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/IBM949C;

  public java.lang.String historicalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.ext.IBM949C this
         0: .line 43
            ldc "Cp949C"
            areturn
        end local 0 // sun.nio.cs.ext.IBM949C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/IBM949C;

  public boolean contains(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.IBM949C this
        start local 1 // java.nio.charset.Charset cs
         0: .line 47
            aload 1 /* cs */
            invokevirtual java.nio.charset.Charset.name:()Ljava/lang/String;
            ldc "US-ASCII"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
         1: .line 48
            aload 1 /* cs */
            instanceof sun.nio.cs.ext.IBM949C
            ifne 3
         2: .line 47
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.IBM949C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/cs/ext/IBM949C;
            0    4     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  public java.nio.charset.CharsetDecoder newDecoder();
    descriptor: ()Ljava/nio/charset/CharsetDecoder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // sun.nio.cs.ext.IBM949C this
         0: .line 52
            new sun.nio.cs.DoubleByte$Decoder
            dup
            aload 0 /* this */
         1: .line 53
            getstatic sun.nio.cs.ext.IBM949.b2c:[[C
         2: .line 54
            getstatic sun.nio.cs.ext.IBM949C.b2cSB:[C
         3: .line 55
            sipush 161
         4: .line 56
            sipush 254
         5: .line 52
            invokespecial sun.nio.cs.DoubleByte$Decoder.<init>:(Ljava/nio/charset/Charset;[[C[CII)V
            areturn
        end local 0 // sun.nio.cs.ext.IBM949C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/nio/cs/ext/IBM949C;

  public java.nio.charset.CharsetEncoder newEncoder();
    descriptor: ()Ljava/nio/charset/CharsetEncoder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.nio.cs.ext.IBM949C this
         0: .line 60
            new sun.nio.cs.DoubleByte$Encoder
            dup
            aload 0 /* this */
            getstatic sun.nio.cs.ext.IBM949C.c2b:[C
            getstatic sun.nio.cs.ext.IBM949C.c2bIndex:[C
            invokespecial sun.nio.cs.DoubleByte$Encoder.<init>:(Ljava/nio/charset/Charset;[C[C)V
            areturn
        end local 0 // sun.nio.cs.ext.IBM949C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/IBM949C;
}
SourceFile: "IBM949C.java"
InnerClasses:
  public Decoder = sun.nio.cs.DoubleByte$Decoder of sun.nio.cs.DoubleByte
  public Encoder = sun.nio.cs.DoubleByte$Encoder of sun.nio.cs.DoubleByte