public class sun.io.ByteToCharMS932 extends sun.io.ByteToCharDBCS_ASCII
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharMS932
  super_class: sun.io.ByteToCharDBCS_ASCII
{
  private static sun.nio.cs.ext.DoubleByte$Decoder dec;
    descriptor: Lsun/nio/cs/ext/DoubleByte$Decoder;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 33
            new sun.nio.cs.ext.MS932
            dup
            invokespecial sun.nio.cs.ext.MS932.<init>:()V
            invokevirtual sun.nio.cs.ext.MS932.newDecoder:()Ljava/nio/charset/CharsetDecoder;
            checkcast sun.nio.cs.ext.DoubleByte$Decoder
         1: .line 32
            putstatic sun.io.ByteToCharMS932.dec:Lsun/nio/cs/ext/DoubleByte$Decoder;
         2: .line 33
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.ByteToCharMS932 this
         0: .line 36
            ldc "MS932"
            areturn
        end local 0 // sun.io.ByteToCharMS932 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharMS932;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharMS932 this
         0: .line 40
            aload 0 /* this */
            getstatic sun.io.ByteToCharMS932.dec:Lsun/nio/cs/ext/DoubleByte$Decoder;
            invokespecial sun.io.ByteToCharDBCS_ASCII.<init>:(Lsun/nio/cs/ext/DoubleByte$Decoder;)V
         1: .line 41
            return
        end local 0 // sun.io.ByteToCharMS932 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/ByteToCharMS932;
}
SourceFile: "ByteToCharMS932.java"
InnerClasses:
  public Decoder = sun.nio.cs.ext.DoubleByte$Decoder of sun.nio.cs.ext.DoubleByte