class sun.nio.cs.EUC_JP_LINUX$Decoder extends sun.nio.cs.EUC_JP$Decoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.EUC_JP_LINUX$Decoder
  super_class: sun.nio.cs.EUC_JP$Decoder
{
  private void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // sun.nio.cs.EUC_JP_LINUX$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 65
            aload 0 /* this */
            aload 1 /* cs */
            fconst_1
            fconst_1
            getstatic sun.nio.cs.EUC_JP_LINUX$Decoder.DEC0201:Lsun/nio/cs/SingleByte$Decoder;
            getstatic sun.nio.cs.EUC_JP_LINUX$Decoder.DEC0208:Lsun/nio/cs/DoubleByte$Decoder;
            aconst_null
            invokespecial sun.nio.cs.EUC_JP$Decoder.<init>:(Ljava/nio/charset/Charset;FFLsun/nio/cs/SingleByte$Decoder;Lsun/nio/cs/DoubleByte$Decoder;Lsun/nio/cs/DoubleByte$Decoder;)V
         1: .line 66
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.EUC_JP_LINUX$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/EUC_JP_LINUX$Decoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    
}
SourceFile: "EUC_JP_LINUX.java"
NestHost: sun.nio.cs.EUC_JP_LINUX
InnerClasses:
  public Decoder = sun.nio.cs.DoubleByte$Decoder of sun.nio.cs.DoubleByte
  Decoder = sun.nio.cs.EUC_JP$Decoder of sun.nio.cs.EUC_JP
  private Decoder = sun.nio.cs.EUC_JP_LINUX$Decoder of sun.nio.cs.EUC_JP_LINUX
  public final Decoder = sun.nio.cs.SingleByte$Decoder of sun.nio.cs.SingleByte