public class sun.nio.cs.ext.IBM942C 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.IBM942C
  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=3, locals=0, args_size=0
         0: .line 68
            invokestatic sun.nio.cs.ext.IBM942.initb2c:()V
         1: .line 77
            getstatic sun.nio.cs.ext.IBM942.b2cSB:[C
            getstatic sun.nio.cs.ext.IBM942.b2cSB:[C
            arraylength
            invokestatic java.util.Arrays.copyOf:([CI)[C
            putstatic sun.nio.cs.ext.IBM942C.b2cSB:[C
         2: .line 78
            getstatic sun.nio.cs.ext.IBM942C.b2cSB:[C
            bipush 26
            bipush 26
            castore
         3: .line 79
            getstatic sun.nio.cs.ext.IBM942C.b2cSB:[C
            bipush 28
            bipush 28
            castore
         4: .line 80
            getstatic sun.nio.cs.ext.IBM942C.b2cSB:[C
            bipush 92
            bipush 92
            castore
         5: .line 81
            getstatic sun.nio.cs.ext.IBM942C.b2cSB:[C
            bipush 126
            bipush 126
            castore
         6: .line 82
            getstatic sun.nio.cs.ext.IBM942C.b2cSB:[C
            bipush 127
            bipush 127
            castore
         7: .line 84
            invokestatic sun.nio.cs.ext.IBM942.initc2b:()V
         8: .line 85
            getstatic sun.nio.cs.ext.IBM942.c2b:[C
            getstatic sun.nio.cs.ext.IBM942.c2b:[C
            arraylength
            invokestatic java.util.Arrays.copyOf:([CI)[C
            putstatic sun.nio.cs.ext.IBM942C.c2b:[C
         9: .line 86
            getstatic sun.nio.cs.ext.IBM942.c2bIndex:[C
            getstatic sun.nio.cs.ext.IBM942.c2bIndex:[C
            arraylength
            invokestatic java.util.Arrays.copyOf:([CI)[C
            putstatic sun.nio.cs.ext.IBM942C.c2bIndex:[C
        10: .line 87
            getstatic sun.nio.cs.ext.IBM942C.c2b:[C
            getstatic sun.nio.cs.ext.IBM942C.c2bIndex:[C
            iconst_0
            caload
            bipush 26
            iadd
            bipush 26
            castore
        11: .line 88
            getstatic sun.nio.cs.ext.IBM942C.c2b:[C
            getstatic sun.nio.cs.ext.IBM942C.c2bIndex:[C
            iconst_0
            caload
            bipush 28
            iadd
            bipush 28
            castore
        12: .line 89
            getstatic sun.nio.cs.ext.IBM942C.c2b:[C
            getstatic sun.nio.cs.ext.IBM942C.c2bIndex:[C
            iconst_0
            caload
            bipush 92
            iadd
            bipush 92
            castore
        13: .line 90
            getstatic sun.nio.cs.ext.IBM942C.c2b:[C
            getstatic sun.nio.cs.ext.IBM942C.c2bIndex:[C
            iconst_0
            caload
            bipush 126
            iadd
            bipush 126
            castore
        14: .line 91
            getstatic sun.nio.cs.ext.IBM942C.c2b:[C
            getstatic sun.nio.cs.ext.IBM942C.c2bIndex:[C
            iconst_0
            caload
            bipush 127
            iadd
            bipush 127
            castore
        15: .line 92
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.nio.cs.ext.IBM942C this
         0: .line 39
            aload 0 /* this */
            ldc "x-IBM942C"
            ldc "x-IBM942C"
            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.IBM942C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/IBM942C;

  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.IBM942C this
         0: .line 43
            ldc "Cp942C"
            areturn
        end local 0 // sun.nio.cs.ext.IBM942C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/IBM942C;

  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.IBM942C 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.IBM942C
            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.IBM942C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/cs/ext/IBM942C;
            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.IBM942C this
         0: .line 52
            new sun.nio.cs.DoubleByte$Decoder
            dup
            aload 0 /* this */
         1: .line 53
            getstatic sun.nio.cs.ext.IBM942.b2c:[[C
         2: .line 54
            getstatic sun.nio.cs.ext.IBM942C.b2cSB:[C
         3: .line 55
            bipush 64
         4: .line 56
            sipush 252
         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.IBM942C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/nio/cs/ext/IBM942C;

  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.IBM942C this
         0: .line 60
            new sun.nio.cs.DoubleByte$Encoder
            dup
            aload 0 /* this */
            getstatic sun.nio.cs.ext.IBM942C.c2b:[C
            getstatic sun.nio.cs.ext.IBM942C.c2bIndex:[C
            invokespecial sun.nio.cs.DoubleByte$Encoder.<init>:(Ljava/nio/charset/Charset;[C[C)V
            areturn
        end local 0 // sun.nio.cs.ext.IBM942C this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/IBM942C;
}
SourceFile: "IBM942C.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