public class sun.io.ByteToCharBig5_Solaris extends sun.io.ByteToCharBig5
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharBig5_Solaris
  super_class: sun.io.ByteToCharBig5
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharBig5_Solaris this
         0: .line 35
            aload 0 /* this */
            invokespecial sun.io.ByteToCharBig5.<init>:()V
            return
        end local 0 // sun.io.ByteToCharBig5_Solaris this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharBig5_Solaris;

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

  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_Solaris this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 43
            aload 0 /* this */
            iload 1 /* byte1 */
            iload 2 /* byte2 */
            invokespecial sun.io.ByteToCharBig5.getUnicode:(II)C
            istore 3 /* c */
        start local 3 // char c
         1: .line 44
            iload 3 /* c */
            ldc 65533
            if_icmpne 17
         2: .line 45
            iload 1 /* byte1 */
            sipush 249
            if_icmpne 17
         3: .line 46
            iload 2 /* byte2 */
            tableswitch { // 214 - 220
                  214: 4
                  215: 6
                  216: 8
                  217: 10
                  218: 12
                  219: 14
                  220: 16
              default: 17
          }
         4: .line 48
      StackMap locals: int
      StackMap stack:
            sipush 30849
            istore 3 /* c */
         5: .line 49
            goto 17
         6: .line 51
      StackMap locals:
      StackMap stack:
            ldc 37561
            istore 3 /* c */
         7: .line 52
            goto 17
         8: .line 54
      StackMap locals:
      StackMap stack:
            ldc 35023
            istore 3 /* c */
         9: .line 55
            goto 17
        10: .line 57
      StackMap locals:
      StackMap stack:
            sipush 22715
            istore 3 /* c */
        11: .line 58
            goto 17
        12: .line 60
      StackMap locals:
      StackMap stack:
            sipush 24658
            istore 3 /* c */
        13: .line 61
            goto 17
        14: .line 63
      StackMap locals:
      StackMap stack:
            sipush 31911
            istore 3 /* c */
        15: .line 64
            goto 17
        16: .line 66
      StackMap locals:
      StackMap stack:
            sipush 23290
            istore 3 /* c */
        17: .line 71
      StackMap locals:
      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_Solaris this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Lsun/io/ByteToCharBig5_Solaris;
            0   18     1  byte1  I
            0   18     2  byte2  I
            1   18     3      c  C
    MethodParameters:
       Name  Flags
      byte1  
      byte2  
}
SourceFile: "ByteToCharBig5_Solaris.java"