class sun.nio.cs.ext.EUC_JP_Open$Decoder extends sun.nio.cs.ext.EUC_JP$Decoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ext.EUC_JP_Open$Decoder
  super_class: sun.nio.cs.ext.EUC_JP$Decoder
{
  sun.nio.cs.ext.JIS_X_0201$Decoder decoderJ0201;
    descriptor: Lsun/nio/cs/ext/JIS_X_0201$Decoder;
    flags: (0x0000) 

  sun.nio.cs.ext.JIS_X_0212_Solaris_Decoder decodeMappingJ0212;
    descriptor: Lsun/nio/cs/ext/JIS_X_0212_Solaris_Decoder;
    flags: (0x0000) 

  sun.nio.cs.ext.JIS_X_0208_Solaris_Decoder decodeMappingJ0208;
    descriptor: Lsun/nio/cs/ext/JIS_X_0208_Solaris_Decoder;
    flags: (0x0000) 

  private static final short[] j0208Index1;
    descriptor: [S
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String[] j0208Index2;
    descriptor: [Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int start;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 161

  private static final int end;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 254

  protected final char REPLACE_CHAR;
    descriptor: C
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    ConstantValue: 65533

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 79
            invokestatic sun.nio.cs.ext.JIS_X_0208_Solaris_Decoder.getIndex1:()[S
         1: .line 78
            putstatic sun.nio.cs.ext.EUC_JP_Open$Decoder.j0208Index1:[S
         2: .line 81
            invokestatic sun.nio.cs.ext.JIS_X_0208_Solaris_Decoder.getIndex2:()[Ljava/lang/String;
         3: .line 80
            putstatic sun.nio.cs.ext.EUC_JP_Open$Decoder.j0208Index2:[Ljava/lang/String;
         4: .line 83
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.EUC_JP_Open$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 88
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.EUC_JP$Decoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 85
            aload 0 /* this */
            ldc 65533
            putfield sun.nio.cs.ext.EUC_JP_Open$Decoder.REPLACE_CHAR:C
         2: .line 89
            aload 0 /* this */
            new sun.nio.cs.ext.JIS_X_0201$Decoder
            dup
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.JIS_X_0201$Decoder.<init>:(Ljava/nio/charset/Charset;)V
            putfield sun.nio.cs.ext.EUC_JP_Open$Decoder.decoderJ0201:Lsun/nio/cs/ext/JIS_X_0201$Decoder;
         3: .line 90
            aload 0 /* this */
            new sun.nio.cs.ext.JIS_X_0212_Solaris_Decoder
            dup
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.JIS_X_0212_Solaris_Decoder.<init>:(Ljava/nio/charset/Charset;)V
            putfield sun.nio.cs.ext.EUC_JP_Open$Decoder.decodeMappingJ0212:Lsun/nio/cs/ext/JIS_X_0212_Solaris_Decoder;
         4: .line 91
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.EUC_JP_Open$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/cs/ext/EUC_JP_Open$Decoder;
            0    5     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  protected char decode0212(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ext.EUC_JP_Open$Decoder this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 95
            aload 0 /* this */
            getfield sun.nio.cs.ext.EUC_JP_Open$Decoder.decodeMappingJ0212:Lsun/nio/cs/ext/JIS_X_0212_Solaris_Decoder;
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokevirtual sun.nio.cs.ext.JIS_X_0212_Solaris_Decoder.decodeDouble:(II)C
            ireturn
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.nio.cs.ext.EUC_JP_Open$Decoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/nio/cs/ext/EUC_JP_Open$Decoder;
            0    1     1  byte1  I
            0    1     2  byte2  I
    MethodParameters:
       Name  Flags
      byte1  
      byte2  

  protected char decodeDouble(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // sun.nio.cs.ext.EUC_JP_Open$Decoder this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 100
            iload 1 /* byte1 */
            sipush 142
            if_icmpne 2
         1: .line 101
            aload 0 /* this */
            getfield sun.nio.cs.ext.EUC_JP_Open$Decoder.decoderJ0201:Lsun/nio/cs/ext/JIS_X_0201$Decoder;
            iload 2 /* byte2 */
            sipush 256
            isub
            invokevirtual sun.nio.cs.ext.JIS_X_0201$Decoder.decode:(I)C
            ireturn
         2: .line 104
      StackMap locals:
      StackMap stack:
            iload 1 /* byte1 */
            iflt 6
         3: .line 105
            iload 1 /* byte1 */
            getstatic sun.nio.cs.ext.EUC_JP_Open$Decoder.j0208Index1:[S
            arraylength
            if_icmpgt 6
         4: .line 106
            iload 2 /* byte2 */
            sipush 161
            if_icmplt 6
         5: .line 107
            iload 2 /* byte2 */
            sipush 254
            if_icmple 7
         6: .line 108
      StackMap locals:
      StackMap stack:
            ldc 65533
            ireturn
         7: .line 110
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokespecial sun.nio.cs.ext.EUC_JP$Decoder.decodeDouble:(II)C
            istore 3 /* result */
        start local 3 // char result
         8: .line 111
            iload 3 /* result */
            ldc 65533
            if_icmpeq 10
         9: .line 112
            iload 3 /* result */
            ireturn
        10: .line 114
      StackMap locals: int
      StackMap stack:
            getstatic sun.nio.cs.ext.EUC_JP_Open$Decoder.j0208Index1:[S
            iload 1 /* byte1 */
            sipush 128
            isub
            saload
            bipush 15
            iand
        11: .line 115
            bipush 94
        12: .line 114
            imul
        13: .line 116
            iload 2 /* byte2 */
            sipush 161
            isub
        14: .line 114
            iadd
            istore 4 /* n */
        start local 4 // int n
        15: .line 117
            getstatic sun.nio.cs.ext.EUC_JP_Open$Decoder.j0208Index2:[Ljava/lang/String;
            getstatic sun.nio.cs.ext.EUC_JP_Open$Decoder.j0208Index1:[S
            iload 1 /* byte1 */
            sipush 128
            isub
            saload
            iconst_4
            ishr
            aaload
            iload 4 /* n */
            invokevirtual java.lang.String.charAt:(I)C
            ireturn
        end local 4 // int n
        end local 3 // char result
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.nio.cs.ext.EUC_JP_Open$Decoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   16     0    this  Lsun/nio/cs/ext/EUC_JP_Open$Decoder;
            0   16     1   byte1  I
            0   16     2   byte2  I
            8   16     3  result  C
           15   16     4       n  I
    MethodParameters:
       Name  Flags
      byte1  
      byte2  
}
SourceFile: "EUC_JP_Open.java"
NestHost: sun.nio.cs.ext.EUC_JP_Open
InnerClasses:
  Decoder = sun.nio.cs.ext.EUC_JP$Decoder of sun.nio.cs.ext.EUC_JP
  private Decoder = sun.nio.cs.ext.EUC_JP_Open$Decoder of sun.nio.cs.ext.EUC_JP_Open
  public Decoder = sun.nio.cs.ext.JIS_X_0201$Decoder of sun.nio.cs.ext.JIS_X_0201