class sun.nio.cs.ext.MSISO2022JP$CoderHolder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ext.MSISO2022JP$CoderHolder
  super_class: java.lang.Object
{
  static final sun.nio.cs.DoubleByte$Decoder DEC0208;
    descriptor: Lsun/nio/cs/DoubleByte$Decoder;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final sun.nio.cs.DoubleByte$Encoder ENC0208;
    descriptor: Lsun/nio/cs/DoubleByte$Encoder;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 59
            new sun.nio.cs.ext.JIS_X_0208_MS932
            dup
            invokespecial sun.nio.cs.ext.JIS_X_0208_MS932.<init>:()V
            invokevirtual sun.nio.cs.ext.JIS_X_0208_MS932.newDecoder:()Ljava/nio/charset/CharsetDecoder;
            checkcast sun.nio.cs.DoubleByte$Decoder
         1: .line 58
            putstatic sun.nio.cs.ext.MSISO2022JP$CoderHolder.DEC0208:Lsun/nio/cs/DoubleByte$Decoder;
         2: .line 61
            new sun.nio.cs.ext.JIS_X_0208_MS932
            dup
            invokespecial sun.nio.cs.ext.JIS_X_0208_MS932.<init>:()V
            invokevirtual sun.nio.cs.ext.JIS_X_0208_MS932.newEncoder:()Ljava/nio/charset/CharsetEncoder;
            checkcast sun.nio.cs.DoubleByte$Encoder
         3: .line 60
            putstatic sun.nio.cs.ext.MSISO2022JP$CoderHolder.ENC0208:Lsun/nio/cs/DoubleByte$Encoder;
         4: .line 61
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.ext.MSISO2022JP$CoderHolder this
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.nio.cs.ext.MSISO2022JP$CoderHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/MSISO2022JP$CoderHolder;
}
SourceFile: "MSISO2022JP.java"
NestHost: sun.nio.cs.ext.MSISO2022JP
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
  private CoderHolder = sun.nio.cs.ext.MSISO2022JP$CoderHolder of sun.nio.cs.ext.MSISO2022JP