public class sun.io.ByteToCharMS932 extends sun.io.ByteToCharMS932DB
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharMS932
  super_class: sun.io.ByteToCharMS932DB
{
  sun.io.ByteToCharJIS0201 bcJIS0201;
    descriptor: Lsun/io/ByteToCharJIS0201;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.io.ByteToCharMS932 this
         0: .line 35
            aload 0 /* this */
            invokespecial sun.io.ByteToCharMS932DB.<init>:()V
         1: .line 36
            aload 0 /* this */
            new sun.io.ByteToCharJIS0201
            dup
            invokespecial sun.io.ByteToCharJIS0201.<init>:()V
            putfield sun.io.ByteToCharMS932.bcJIS0201:Lsun/io/ByteToCharJIS0201;
         2: .line 35
            return
        end local 0 // sun.io.ByteToCharMS932 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharMS932;

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

  protected char convSingleByte(int);
    descriptor: (I)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.ByteToCharMS932 this
        start local 1 // int b
         0: .line 44
            iload 1 /* b */
            ldc 65408
            iand
            ifne 2
         1: .line 45
            iload 1 /* b */
            i2c
            ireturn
         2: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharMS932.bcJIS0201:Lsun/io/ByteToCharJIS0201;
            iload 1 /* b */
            invokevirtual sun.io.ByteToCharJIS0201.getUnicode:(I)C
            ireturn
        end local 1 // int b
        end local 0 // sun.io.ByteToCharMS932 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharMS932;
            0    3     1     b  I
    MethodParameters:
      Name  Flags
      b     

  java.lang.String prt(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.ByteToCharMS932 this
        start local 1 // int i
         0: .line 51
            iload 1 /* i */
            bipush 16
            invokestatic java.lang.Integer.toString:(II)Ljava/lang/String;
            areturn
        end local 1 // int i
        end local 0 // sun.io.ByteToCharMS932 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharMS932;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     
}
SourceFile: "ByteToCharMS932.java"