public class sun.io.ByteToCharBig5_HKSCS extends sun.io.ByteToCharDBCS_ASCII
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharBig5_HKSCS
  super_class: sun.io.ByteToCharDBCS_ASCII
{
  protected static sun.nio.cs.ext.HKSCS$Decoder dec;
    descriptor: Lsun/nio/cs/ext/HKSCS$Decoder;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 35
            new sun.nio.cs.ext.Big5_HKSCS
            dup
            invokespecial sun.nio.cs.ext.Big5_HKSCS.<init>:()V
            invokevirtual sun.nio.cs.ext.Big5_HKSCS.newDecoder:()Ljava/nio/charset/CharsetDecoder;
            checkcast sun.nio.cs.ext.HKSCS$Decoder
         1: .line 34
            putstatic sun.io.ByteToCharBig5_HKSCS.dec:Lsun/nio/cs/ext/HKSCS$Decoder;
         2: .line 35
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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 39
            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;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharBig5_HKSCS this
         0: .line 43
            aload 0 /* this */
            getstatic sun.io.ByteToCharBig5_HKSCS.dec:Lsun/nio/cs/ext/HKSCS$Decoder;
            invokespecial sun.io.ByteToCharDBCS_ASCII.<init>:(Lsun/nio/cs/ext/DoubleByte$Decoder;)V
         1: .line 44
            return
        end local 0 // sun.io.ByteToCharBig5_HKSCS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/io/ByteToCharBig5_HKSCS;

  protected char decodeDouble(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 47
            getstatic sun.io.ByteToCharBig5_HKSCS.dec:Lsun/nio/cs/ext/HKSCS$Decoder;
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokevirtual sun.nio.cs.ext.HKSCS$Decoder.decodeDouble:(II)C
            istore 3 /* c */
        start local 3 // char c
         1: .line 48
            iload 3 /* c */
            ldc 65533
            if_icmpne 3
         2: .line 49
            getstatic sun.io.ByteToCharBig5_HKSCS.dec:Lsun/nio/cs/ext/HKSCS$Decoder;
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokevirtual sun.nio.cs.ext.HKSCS$Decoder.decodeBig5:(II)C
            istore 3 /* c */
         3: .line 50
      StackMap locals: int
      StackMap stack:
            iload 3 /* c */
            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"
InnerClasses:
  public Decoder = sun.nio.cs.ext.DoubleByte$Decoder of sun.nio.cs.ext.DoubleByte
  public Decoder = sun.nio.cs.ext.HKSCS$Decoder of sun.nio.cs.ext.HKSCS