public class sun.io.CharToBytePCK extends sun.io.CharToByteSJIS
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToBytePCK
  super_class: sun.io.CharToByteSJIS
{
  sun.io.CharToByteJIS0201 cbJIS0201;
    descriptor: Lsun/io/CharToByteJIS0201;
    flags: (0x0000) 

  short[] j0208Index1;
    descriptor: [S
    flags: (0x0000) 

  java.lang.String[] j0208Index2;
    descriptor: [Ljava/lang/String;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.io.CharToBytePCK this
         0: .line 39
            aload 0 /* this */
            invokespecial sun.io.CharToByteSJIS.<init>:()V
         1: .line 40
            aload 0 /* this */
            new sun.io.CharToByteJIS0201
            dup
            invokespecial sun.io.CharToByteJIS0201.<init>:()V
            putfield sun.io.CharToBytePCK.cbJIS0201:Lsun/io/CharToByteJIS0201;
         2: .line 41
            aload 0 /* this */
            invokestatic sun.nio.cs.ext.JIS_X_0208_Solaris_Encoder.getIndex1:()[S
            putfield sun.io.CharToBytePCK.j0208Index1:[S
         3: .line 42
            aload 0 /* this */
            invokestatic sun.nio.cs.ext.JIS_X_0208_Solaris_Encoder.getIndex2:()[Ljava/lang/String;
            putfield sun.io.CharToBytePCK.j0208Index2:[Ljava/lang/String;
         4: .line 39
            return
        end local 0 // sun.io.CharToBytePCK this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/io/CharToBytePCK;

  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.CharToBytePCK this
         0: .line 45
            ldc "PCK"
            areturn
        end local 0 // sun.io.CharToBytePCK this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToBytePCK;

  protected int convSingleByte(char, byte[]);
    descriptor: (C[B)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.io.CharToBytePCK this
        start local 1 // char inputChar
        start local 2 // byte[] outputByte
         0: .line 52
            iload 1 /* inputChar */
            ldc 65408
            iand
            ifne 3
         1: .line 53
            aload 2 /* outputByte */
            iconst_0
            iload 1 /* inputChar */
            i2b
            bastore
         2: .line 54
            iconst_1
            ireturn
         3: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToBytePCK.cbJIS0201:Lsun/io/CharToByteJIS0201;
            iload 1 /* inputChar */
            invokevirtual sun.io.CharToByteJIS0201.getNative:(C)B
            dup
            istore 3 /* b */
        start local 3 // byte b
         4: ifne 6
         5: .line 58
            iconst_0
            ireturn
         6: .line 60
      StackMap locals: int
      StackMap stack:
            aload 2 /* outputByte */
            iconst_0
            iload 3 /* b */
            bastore
         7: .line 61
            iconst_1
            ireturn
        end local 3 // byte b
        end local 2 // byte[] outputByte
        end local 1 // char inputChar
        end local 0 // sun.io.CharToBytePCK this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lsun/io/CharToBytePCK;
            0    8     1   inputChar  C
            0    8     2  outputByte  [B
            4    8     3           b  B
    MethodParameters:
            Name  Flags
      inputChar   
      outputByte  

  protected int getNative(char);
    descriptor: (C)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // sun.io.CharToBytePCK this
        start local 1 // char ch
         0: .line 65
            iconst_0
            istore 2 /* result */
        start local 2 // int result
         1: .line 67
            iload 1 /* ch */
            tableswitch { // 8212 - 8213
                 8212: 3
                 8213: 2
              default: 4
          }
         2: .line 69
      StackMap locals: int
      StackMap stack:
            ldc 33116
            ireturn
         3: .line 71
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokespecial sun.io.CharToByteSJIS.getNative:(C)I
            dup
            istore 2 /* result */
            ifeq 6
         5: .line 77
            iload 2 /* result */
            ireturn
         6: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.CharToBytePCK.j0208Index1:[S
            iload 1 /* ch */
            bipush 8
            ishr
            saload
            bipush 8
            ishl
            istore 3 /* offset */
        start local 3 // int offset
         7: .line 80
            aload 0 /* this */
            getfield sun.io.CharToBytePCK.j0208Index2:[Ljava/lang/String;
            iload 3 /* offset */
            bipush 12
            ishr
            aaload
            iload 3 /* offset */
            sipush 4095
            iand
            iload 1 /* ch */
            sipush 255
            iand
            iadd
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* pos */
        start local 4 // int pos
         8: .line 82
            iload 4 /* pos */
            ifeq 19
         9: .line 87
            iload 4 /* pos */
            bipush 8
            ishr
            sipush 255
            iand
            istore 5 /* c1 */
        start local 5 // int c1
        10: .line 88
            iload 4 /* pos */
            sipush 255
            iand
            istore 6 /* c2 */
        start local 6 // int c2
        11: .line 89
            iload 5 /* c1 */
            bipush 95
            if_icmpge 12
            bipush 112
            goto 13
      StackMap locals: sun.io.CharToBytePCK int int int int int int
      StackMap stack:
        12: sipush 176
      StackMap locals:
      StackMap stack: int
        13: istore 7 /* rowOffset */
        start local 7 // int rowOffset
        14: .line 90
            iload 5 /* c1 */
            iconst_2
            irem
            iconst_1
            if_icmpne 16
            iload 6 /* c2 */
            bipush 95
            if_icmple 15
            bipush 32
            goto 17
      StackMap locals: int
      StackMap stack:
        15: bipush 31
            goto 17
      StackMap locals:
      StackMap stack:
        16: bipush 126
      StackMap locals:
      StackMap stack: int
        17: istore 8 /* cellOffset */
        start local 8 // int cellOffset
        18: .line 91
            iload 5 /* c1 */
            iconst_1
            iadd
            iconst_1
            ishr
            iload 7 /* rowOffset */
            iadd
            bipush 8
            ishl
            iload 6 /* c2 */
            iload 8 /* cellOffset */
            iadd
            ior
            istore 2 /* result */
        end local 8 // int cellOffset
        end local 7 // int rowOffset
        end local 6 // int c2
        end local 5 // int c1
        end local 4 // int pos
        end local 3 // int offset
        19: .line 94
      StackMap locals: sun.io.CharToBytePCK int int
      StackMap stack:
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // char ch
        end local 0 // sun.io.CharToBytePCK this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lsun/io/CharToBytePCK;
            0   20     1          ch  C
            1   20     2      result  I
            7   19     3      offset  I
            8   19     4         pos  I
           10   19     5          c1  I
           11   19     6          c2  I
           14   19     7   rowOffset  I
           18   19     8  cellOffset  I
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "CharToBytePCK.java"