public class sun.io.ByteToCharSJIS extends sun.io.ByteToCharJIS0208
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.io.ByteToCharSJIS
  super_class: sun.io.ByteToCharJIS0208
{
  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.ByteToCharSJIS this
         0: .line 38
            aload 0 /* this */
            invokespecial sun.io.ByteToCharJIS0208.<init>:()V
         1: .line 39
            aload 0 /* this */
            new sun.io.ByteToCharJIS0201
            dup
            invokespecial sun.io.ByteToCharJIS0201.<init>:()V
            putfield sun.io.ByteToCharSJIS.bcJIS0201:Lsun/io/ByteToCharJIS0201;
         2: .line 38
            return
        end local 0 // sun.io.ByteToCharSJIS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharSJIS;

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

  protected char convSingleByte(int);
    descriptor: (I)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.io.ByteToCharSJIS this
        start local 1 // int b
         0: .line 47
            iload 1 /* b */
            ldc 65408
            iand
            ifne 2
         1: .line 48
            iload 1 /* b */
            i2c
            ireturn
         2: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.io.ByteToCharSJIS.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.ByteToCharSJIS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/io/ByteToCharSJIS;
            0    3     1     b  I
    MethodParameters:
      Name  Flags
      b     

  protected char getUnicode(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // sun.io.ByteToCharSJIS this
        start local 1 // int c1
        start local 2 // int c2
         0: .line 54
            iload 2 /* c2 */
            sipush 159
            if_icmpge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 3 /* adjust */
        start local 3 // int adjust
         3: .line 55
            iload 1 /* c1 */
            sipush 160
            if_icmpge 4
            bipush 112
            goto 5
      StackMap locals: int
      StackMap stack:
         4: sipush 176
      StackMap locals:
      StackMap stack: int
         5: istore 4 /* rowOffset */
        start local 4 // int rowOffset
         6: .line 56
            iload 3 /* adjust */
            iconst_1
            if_icmpne 8
            iload 2 /* c2 */
            bipush 127
            if_icmple 7
            bipush 32
            goto 9
      StackMap locals: int
      StackMap stack:
         7: bipush 31
            goto 9
      StackMap locals:
      StackMap stack:
         8: bipush 126
      StackMap locals:
      StackMap stack: int
         9: istore 5 /* cellOffset */
        start local 5 // int cellOffset
        10: .line 57
            iload 1 /* c1 */
            iload 4 /* rowOffset */
            isub
            iconst_1
            ishl
            iload 3 /* adjust */
            isub
            istore 6 /* b1 */
        start local 6 // int b1
        11: .line 58
            iload 2 /* c2 */
            iload 5 /* cellOffset */
            isub
            istore 7 /* b2 */
        start local 7 // int b2
        12: .line 59
            aload 0 /* this */
            iload 6 /* b1 */
            iload 7 /* b2 */
            invokespecial sun.io.ByteToCharJIS0208.getUnicode:(II)C
            ireturn
        end local 7 // int b2
        end local 6 // int b1
        end local 5 // int cellOffset
        end local 4 // int rowOffset
        end local 3 // int adjust
        end local 2 // int c2
        end local 1 // int c1
        end local 0 // sun.io.ByteToCharSJIS this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lsun/io/ByteToCharSJIS;
            0   13     1          c1  I
            0   13     2          c2  I
            3   13     3      adjust  I
            6   13     4   rowOffset  I
           10   13     5  cellOffset  I
           11   13     6          b1  I
           12   13     7          b2  I
    MethodParameters:
      Name  Flags
      c1    
      c2    

  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.ByteToCharSJIS this
        start local 1 // int i
         0: .line 63
            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.ByteToCharSJIS this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/io/ByteToCharSJIS;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     
}
SourceFile: "ByteToCharSJIS.java"