public class sun.io.ByteToCharBig5_HKSCS extends sun.io.ByteToCharHKSCS_2001
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharBig5_HKSCS
  super_class: sun.io.ByteToCharHKSCS_2001
{
  sun.io.ByteToCharBig5 bcBig5;
    descriptor: Lsun/io/ByteToCharBig5;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharBig5_HKSCS this
         0: .line 28
            aload 0 /* this */
            invokespecial sun.io.ByteToCharHKSCS_2001.<init>:()V
         1: .line 29
            aload 0 /* this */
            new sun.io.ByteToCharBig5
            dup
            invokespecial sun.io.ByteToCharBig5.<init>:()V
            putfield sun.io.ByteToCharBig5_HKSCS.bcBig5:Lsun/io/ByteToCharBig5;
         2: .line 28
            return
        end local 0 // sun.io.ByteToCharBig5_HKSCS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharBig5_HKSCS;

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

  protected char getUnicode(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.io.ByteToCharBig5_HKSCS this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 36
            aload 0 /* this */
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokespecial sun.io.ByteToCharHKSCS_2001.getUnicode:(II)C
            istore 3 /* c */
        start local 3 // char c
         1: .line 37
            iload 3 /* c */
            ldc 65533
            if_icmpeq 2
            iload 3 /* c */
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            getfield sun.io.ByteToCharBig5_HKSCS.bcBig5:Lsun/io/ByteToCharBig5;
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokevirtual sun.io.ByteToCharBig5.getUnicode:(II)C
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 3 // char c
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.io.ByteToCharBig5_HKSCS this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/io/ByteToCharBig5_HKSCS;
            0    4     1  byte1  I
            0    4     2  byte2  I
            1    4     3      c  C
    MethodParameters:
       Name  Flags
      byte1  
      byte2  
}
SourceFile: "ByteToCharBig5_HKSCS.java"