public class sun.io.ByteToCharPCK extends sun.io.ByteToCharSJIS
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharPCK
  super_class: sun.io.ByteToCharSJIS
{
  sun.io.ByteToCharJIS0201 bcJIS0201;
    descriptor: Lsun/io/ByteToCharJIS0201;
    flags: (0x0000) 

  sun.io.ByteToCharJIS0208_Solaris bcJIS0208;
    descriptor: Lsun/io/ByteToCharJIS0208_Solaris;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharPCK this
         0: .line 44
            aload 0 /* this */
            invokespecial sun.io.ByteToCharSJIS.<init>:()V
         1: .line 45
            aload 0 /* this */
            new sun.io.ByteToCharJIS0201
            dup
            invokespecial sun.io.ByteToCharJIS0201.<init>:()V
            putfield sun.io.ByteToCharPCK.bcJIS0201:Lsun/io/ByteToCharJIS0201;
         2: .line 46
            aload 0 /* this */
            new sun.io.ByteToCharJIS0208_Solaris
            dup
            invokespecial sun.io.ByteToCharJIS0208_Solaris.<init>:()V
            putfield sun.io.ByteToCharPCK.bcJIS0208:Lsun/io/ByteToCharJIS0208_Solaris;
         3: .line 44
            return
        end local 0 // sun.io.ByteToCharPCK this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/io/ByteToCharPCK;

  public java.lang.String getCharacterEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharPCK this
         0: .line 49
            ldc "PCK"
            areturn
        end local 0 // sun.io.ByteToCharPCK this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharPCK;

  protected char convSingleByte(int);
    descriptor: (I)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.ByteToCharPCK this
        start local 1 // int b
         0: .line 54
            iload 1 /* b */
            ldc 65408
            iand
            ifne 2
         1: .line 55
            iload 1 /* b */
            i2c
            ireturn
         2: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharPCK.bcJIS0201:Lsun/io/ByteToCharJIS0201;
            iload 1 /* b */
            invokevirtual sun.io.ByteToCharJIS0201.getUnicode:(I)C
            ireturn
        end local 1 // int b
        end local 0 // sun.io.ByteToCharPCK this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharPCK;
            0    3     1     b  I
    MethodParameters:
      Name  Flags
      b     

  protected char getUnicode(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // sun.io.ByteToCharPCK this
        start local 1 // int c1
        start local 2 // int c2
         0: .line 62
            aload 0 /* this */
            iload 1 /* c1 */
            iload 2 /* c2 */
            invokespecial sun.io.ByteToCharSJIS.getUnicode:(II)C
            dup
            istore 3 /* outChar */
        start local 3 // char outChar
         1: ldc 65533
            if_icmpeq 5
         2: .line 64
            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 66
      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 67
            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 68
            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 69
            iload 1 /* c1 */
            iload 5 /* rowOffset */
            isub
            iconst_1
            ishl
            iload 4 /* adjust */
            isub
            istore 7 /* b1 */
        start local 7 // int b1
        16: .line 70
            iload 2 /* c2 */
            iload 6 /* cellOffset */
            isub
            istore 8 /* b2 */
        start local 8 // int b2
        17: .line 71
            aload 0 /* this */
            getfield sun.io.ByteToCharPCK.bcJIS0208:Lsun/io/ByteToCharJIS0208_Solaris;
            iload 7 /* b1 */
            iload 8 /* b2 */
            invokevirtual sun.io.ByteToCharJIS0208_Solaris.getUnicode:(II)C
            istore 3 /* outChar */
        18: .line 72
            iload 3 /* outChar */
            ireturn
        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.io.ByteToCharPCK this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lsun/io/ByteToCharPCK;
            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
    MethodParameters:
      Name  Flags
      c1    
      c2    

  java.lang.String prt(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.ByteToCharPCK this
        start local 1 // int i
         0: .line 77
            iload 1 /* i */
            bipush 16
            invokestatic java.lang.Integer.toString:(II)Ljava/lang/String;
            areturn
        end local 1 // int i
        end local 0 // sun.io.ByteToCharPCK this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharPCK;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     
}
SourceFile: "ByteToCharPCK.java"