public class sun.io.CharToByteBig5_HKSCS extends sun.io.CharToByteHKSCS_2001
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.CharToByteBig5_HKSCS
  super_class: sun.io.CharToByteHKSCS_2001
{
  sun.io.CharToByteBig5 cbBig5;
    descriptor: Lsun/io/CharToByteBig5;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.io.CharToByteBig5_HKSCS this
         0: .line 28
            aload 0 /* this */
            invokespecial sun.io.CharToByteHKSCS_2001.<init>:()V
         1: .line 29
            aload 0 /* this */
            new sun.io.CharToByteBig5
            dup
            invokespecial sun.io.CharToByteBig5.<init>:()V
            putfield sun.io.CharToByteBig5_HKSCS.cbBig5:Lsun/io/CharToByteBig5;
         2: .line 28
            return
        end local 0 // sun.io.CharToByteBig5_HKSCS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/CharToByteBig5_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.CharToByteBig5_HKSCS this
         0: .line 32
            ldc "Big5_HKSCS"
            areturn
        end local 0 // sun.io.CharToByteBig5_HKSCS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/CharToByteBig5_HKSCS;

  protected int getNative(char);
    descriptor: (C)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.io.CharToByteBig5_HKSCS this
        start local 1 // char ch
         0: .line 36
            aload 0 /* this */
            iload 1 /* ch */
            invokespecial sun.io.CharToByteHKSCS_2001.getNative:(C)I
            istore 2 /* r */
        start local 2 // int r
         1: .line 37
            iload 2 /* r */
            ifeq 2
            iload 2 /* r */
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            getfield sun.io.CharToByteBig5_HKSCS.cbBig5:Lsun/io/CharToByteBig5;
            iload 1 /* ch */
            invokevirtual sun.io.CharToByteBig5.getNative:(C)I
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // int r
        end local 1 // char ch
        end local 0 // sun.io.CharToByteBig5_HKSCS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/io/CharToByteBig5_HKSCS;
            0    4     1    ch  C
            1    4     2     r  I
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "CharToByteBig5_HKSCS.java"