class sun.nio.cs.EUC_JP_Open$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_Open$Decoder
  super_class: sun.nio.cs.EUC_JP$Decoder
{
  private static sun.nio.cs.DoubleByte$Decoder DEC0208_Solaris;
    descriptor: Lsun/nio/cs/DoubleByte$Decoder;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static sun.nio.cs.DoubleByte$Decoder DEC0212_Solaris;
    descriptor: Lsun/nio/cs/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 67
            new sun.nio.cs.JIS_X_0208_Solaris
            dup
            invokespecial sun.nio.cs.JIS_X_0208_Solaris.<init>:()V
            invokevirtual sun.nio.cs.JIS_X_0208_Solaris.newDecoder:()Ljava/nio/charset/CharsetDecoder;
            checkcast sun.nio.cs.DoubleByte$Decoder
         1: .line 66
            putstatic sun.nio.cs.EUC_JP_Open$Decoder.DEC0208_Solaris:Lsun/nio/cs/DoubleByte$Decoder;
         2: .line 69
            new sun.nio.cs.JIS_X_0212_Solaris
            dup
            invokespecial sun.nio.cs.JIS_X_0212_Solaris.<init>:()V
            invokevirtual sun.nio.cs.JIS_X_0212_Solaris.newDecoder:()Ljava/nio/charset/CharsetDecoder;
            checkcast sun.nio.cs.DoubleByte$Decoder
         3: .line 68
            putstatic sun.nio.cs.EUC_JP_Open$Decoder.DEC0212_Solaris:Lsun/nio/cs/DoubleByte$Decoder;
         4: .line 69
            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=7, locals=2, args_size=2
        start local 0 // sun.nio.cs.EUC_JP_Open$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 74
            aload 0 /* this */
            aload 1 /* cs */
            ldc 0.5
            fconst_1
            getstatic sun.nio.cs.EUC_JP_Open$Decoder.DEC0201:Lsun/nio/cs/SingleByte$Decoder;
            getstatic sun.nio.cs.EUC_JP_Open$Decoder.DEC0208:Lsun/nio/cs/DoubleByte$Decoder;
            getstatic sun.nio.cs.EUC_JP_Open$Decoder.DEC0212_Solaris:Lsun/nio/cs/DoubleByte$Decoder;
            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 75
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.EUC_JP_Open$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/EUC_JP_Open$Decoder;
            0    2     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  protected char decodeDouble(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // sun.nio.cs.EUC_JP_Open$Decoder this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 78
            aload 0 /* this */
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokespecial sun.nio.cs.EUC_JP$Decoder.decodeDouble:(II)C
            istore 3 /* c */
        start local 3 // char c
         1: .line 79
            iload 3 /* c */
            ldc 65533
            if_icmpne 3
         2: .line 80
            getstatic sun.nio.cs.EUC_JP_Open$Decoder.DEC0208_Solaris:Lsun/nio/cs/DoubleByte$Decoder;
            iload 1 /* byte1 */
            sipush 128
            isub
            iload 2 /* byte2 */
            sipush 128
            isub
            invokevirtual sun.nio.cs.DoubleByte$Decoder.decodeDouble:(II)C
            ireturn
         3: .line 81
      StackMap locals: int
      StackMap stack:
            iload 3 /* c */
            ireturn
        end local 3 // char c
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.nio.cs.EUC_JP_Open$Decoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/nio/cs/EUC_JP_Open$Decoder;
            0    4     1  byte1  I
            0    4     2  byte2  I
            1    4     3      c  C
    MethodParameters:
       Name  Flags
      byte1  
      byte2  
}
SourceFile: "EUC_JP_Open.java"
NestHost: sun.nio.cs.EUC_JP_Open
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_Open$Decoder of sun.nio.cs.EUC_JP_Open
  public final Decoder = sun.nio.cs.SingleByte$Decoder of sun.nio.cs.SingleByte