class sun.nio.cs.ext.PCK$Decoder extends sun.nio.cs.ext.SJIS$Decoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ext.PCK$Decoder
  super_class: sun.nio.cs.ext.SJIS$Decoder
{
  sun.nio.cs.ext.JIS_X_0208_Solaris_Decoder jis0208;
    descriptor: Lsun/nio/cs/ext/JIS_X_0208_Solaris_Decoder;
    flags: (0x0000) 

  private static final char REPLACE_CHAR;
    descriptor: C
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 65533

  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.PCK$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 79
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.SJIS$Decoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 80
            aload 0 /* this */
            new sun.nio.cs.ext.JIS_X_0208_Solaris_Decoder
            dup
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.JIS_X_0208_Solaris_Decoder.<init>:(Ljava/nio/charset/Charset;)V
            putfield sun.nio.cs.ext.PCK$Decoder.jis0208:Lsun/nio/cs/ext/JIS_X_0208_Solaris_Decoder;
         2: .line 81
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.PCK$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/PCK$Decoder;
            0    3     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  protected char decodeDouble(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=10, args_size=3
        start local 0 // sun.nio.cs.ext.PCK$Decoder this
        start local 1 // int c1
        start local 2 // int c2
         0: .line 86
            aload 0 /* this */
            iload 1 /* c1 */
            iload 2 /* c2 */
            invokespecial sun.nio.cs.ext.SJIS$Decoder.decodeDouble:(II)C
            dup
            istore 3 /* outChar */
        start local 3 // char outChar
         1: ldc 65533
            if_icmpeq 5
         2: .line 88
            iload 3 /* outChar */
            sipush 8212
            if_icmpeq 3
            iload 3 /* outChar */
            goto 4
      StackMap locals: int
      StackMap stack:
         3: sipush 8213
      StackMap locals:
      StackMap stack: int
         4: ireturn
         5: .line 90
      StackMap locals:
      StackMap stack:
            iload 2 /* c2 */
            sipush 159
            if_icmpge 6
            iconst_1
            goto 7
      StackMap locals:
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 4 /* adjust */
        start local 4 // int adjust
         8: .line 91
            iload 1 /* c1 */
            sipush 160
            if_icmpge 9
            bipush 112
            goto 10
      StackMap locals: int
      StackMap stack:
         9: sipush 176
      StackMap locals:
      StackMap stack: int
        10: istore 5 /* rowOffset */
        start local 5 // int rowOffset
        11: .line 92
            iload 4 /* adjust */
            iconst_1
            if_icmpne 13
            iload 2 /* c2 */
            bipush 127
            if_icmple 12
            bipush 32
            goto 14
      StackMap locals: int
      StackMap stack:
        12: bipush 31
            goto 14
      StackMap locals:
      StackMap stack:
        13: bipush 126
      StackMap locals:
      StackMap stack: int
        14: istore 6 /* cellOffset */
        start local 6 // int cellOffset
        15: .line 93
            iload 1 /* c1 */
            iload 5 /* rowOffset */
            isub
            iconst_1
            ishl
            iload 4 /* adjust */
            isub
            istore 7 /* b1 */
        start local 7 // int b1
        16: .line 94
            iload 2 /* c2 */
            iload 6 /* cellOffset */
            isub
            istore 8 /* b2 */
        start local 8 // int b2
        17: .line 95
            aload 0 /* this */
            getfield sun.nio.cs.ext.PCK$Decoder.jis0208:Lsun/nio/cs/ext/JIS_X_0208_Solaris_Decoder;
            iload 7 /* b1 */
            iload 8 /* b2 */
            invokevirtual sun.nio.cs.ext.JIS_X_0208_Solaris_Decoder.decodeDouble:(II)C
            istore 9 /* outChar2 */
        start local 9 // char outChar2
        18: .line 96
            iload 9 /* outChar2 */
            ireturn
        end local 9 // char outChar2
        end local 8 // int b2
        end local 7 // int b1
        end local 6 // int cellOffset
        end local 5 // int rowOffset
        end local 4 // int adjust
        end local 3 // char outChar
        end local 2 // int c2
        end local 1 // int c1
        end local 0 // sun.nio.cs.ext.PCK$Decoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lsun/nio/cs/ext/PCK$Decoder;
            0   19     1          c1  I
            0   19     2          c2  I
            1   19     3     outChar  C
            8   19     4      adjust  I
           11   19     5   rowOffset  I
           15   19     6  cellOffset  I
           16   19     7          b1  I
           17   19     8          b2  I
           18   19     9    outChar2  C
    MethodParameters:
      Name  Flags
      c1    
      c2    
}
SourceFile: "PCK.java"
NestHost: sun.nio.cs.ext.PCK
InnerClasses:
  private Decoder = sun.nio.cs.ext.PCK$Decoder of sun.nio.cs.ext.PCK
  Decoder = sun.nio.cs.ext.SJIS$Decoder of sun.nio.cs.ext.SJIS