class sun.nio.cs.ext.JIS_X_0208$Decoder extends sun.nio.cs.ext.JIS_X_0208_Decoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ext.JIS_X_0208$Decoder
  super_class: sun.nio.cs.ext.JIS_X_0208_Decoder
{
  protected char decodeSingle(int);
    descriptor: (I)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.JIS_X_0208$Decoder this
        start local 1 // int b
         0: .line 57
            ldc 65533
            ireturn
        end local 1 // int b
        end local 0 // sun.nio.cs.ext.JIS_X_0208$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/JIS_X_0208$Decoder;
            0    1     1     b  I
    MethodParameters:
      Name  Flags
      b     

  public void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.JIS_X_0208$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 61
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.JIS_X_0208_Decoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 62
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.JIS_X_0208$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/JIS_X_0208$Decoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    
}
SourceFile: "JIS_X_0208.java"
NestHost: sun.nio.cs.ext.JIS_X_0208
InnerClasses:
  private Decoder = sun.nio.cs.ext.JIS_X_0208$Decoder of sun.nio.cs.ext.JIS_X_0208