class sun.nio.cs.ext.SJIS$Decoder extends sun.nio.cs.ext.JIS_X_0208_Decoder implements sun.nio.cs.ext.DelegatableDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.nio.cs.ext.SJIS$Decoder
  super_class: sun.nio.cs.ext.JIS_X_0208_Decoder
{
  sun.nio.cs.ext.JIS_X_0201$Decoder jis0201;
    descriptor: Lsun/nio/cs/ext/JIS_X_0201$Decoder;
    flags: (0x0000) 

  protected void <init>(java.nio.charset.Charset);
    descriptor: (Ljava/nio/charset/Charset;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.SJIS$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 80
            aload 0 /* this */
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.JIS_X_0208_Decoder.<init>:(Ljava/nio/charset/Charset;)V
         1: .line 81
            aload 0 /* this */
            new sun.nio.cs.ext.JIS_X_0201$Decoder
            dup
            aload 1 /* cs */
            invokespecial sun.nio.cs.ext.JIS_X_0201$Decoder.<init>:(Ljava/nio/charset/Charset;)V
            putfield sun.nio.cs.ext.SJIS$Decoder.jis0201:Lsun/nio/cs/ext/JIS_X_0201$Decoder;
         2: .line 82
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.SJIS$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/SJIS$Decoder;
            0    3     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  protected char decodeSingle(int);
    descriptor: (I)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.SJIS$Decoder this
        start local 1 // int b
         0: .line 86
            iload 1 /* b */
            ldc 65408
            iand
            ifne 2
         1: .line 87
            iload 1 /* b */
            i2c
            ireturn
         2: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SJIS$Decoder.jis0201:Lsun/nio/cs/ext/JIS_X_0201$Decoder;
            iload 1 /* b */
            invokevirtual sun.nio.cs.ext.JIS_X_0201$Decoder.decode:(I)C
            ireturn
        end local 1 // int b
        end local 0 // sun.nio.cs.ext.SJIS$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/SJIS$Decoder;
            0    3     1     b  I
    MethodParameters:
      Name  Flags
      b     

  protected char decodeDouble(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // sun.nio.cs.ext.SJIS$Decoder this
        start local 1 // int c1
        start local 2 // int c2
         0: .line 93
            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 94
            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 95
            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 96
            iload 1 /* c1 */
            iload 4 /* rowOffset */
            isub
            iconst_1
            ishl
            iload 3 /* adjust */
            isub
            istore 6 /* b1 */
        start local 6 // int b1
        11: .line 97
            iload 2 /* c2 */
            iload 5 /* cellOffset */
            isub
            istore 7 /* b2 */
        start local 7 // int b2
        12: .line 98
            aload 0 /* this */
            iload 6 /* b1 */
            iload 7 /* b2 */
            invokespecial sun.nio.cs.ext.JIS_X_0208_Decoder.decodeDouble:(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.nio.cs.ext.SJIS$Decoder this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lsun/nio/cs/ext/SJIS$Decoder;
            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    

  public java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ext.SJIS$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 103
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokespecial sun.nio.cs.ext.JIS_X_0208_Decoder.decodeLoop:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
        end local 2 // java.nio.CharBuffer dst
        end local 1 // java.nio.ByteBuffer src
        end local 0 // sun.nio.cs.ext.SJIS$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/SJIS$Decoder;
            0    1     1   src  Ljava/nio/ByteBuffer;
            0    1     2   dst  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   

  public void implReset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.nio.cs.ext.SJIS$Decoder this
         0: .line 106
            aload 0 /* this */
            invokespecial sun.nio.cs.ext.JIS_X_0208_Decoder.implReset:()V
         1: .line 107
            return
        end local 0 // sun.nio.cs.ext.SJIS$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/nio/cs/ext/SJIS$Decoder;

  public java.nio.charset.CoderResult implFlush(java.nio.CharBuffer);
    descriptor: (Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.SJIS$Decoder this
        start local 1 // java.nio.CharBuffer out
         0: .line 109
            aload 0 /* this */
            aload 1 /* out */
            invokespecial sun.nio.cs.ext.JIS_X_0208_Decoder.implFlush:(Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
        end local 1 // java.nio.CharBuffer out
        end local 0 // sun.nio.cs.ext.SJIS$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/SJIS$Decoder;
            0    1     1   out  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      out   

  protected boolean isLegalLeadingByte(int);
    descriptor: (I)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.SJIS$Decoder this
        start local 1 // int b
         0: .line 112
            iload 1 /* b */
            sipush 129
            if_icmplt 1
            iload 1 /* b */
            sipush 159
            if_icmple 4
         1: .line 113
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            sipush 224
            if_icmplt 3
            iload 1 /* b */
            sipush 239
         2: .line 112
            if_icmple 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // int b
        end local 0 // sun.nio.cs.ext.SJIS$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/nio/cs/ext/SJIS$Decoder;
            0    5     1     b  I
    MethodParameters:
      Name  Flags
      b     
}
SourceFile: "SJIS.java"
NestHost: sun.nio.cs.ext.SJIS
InnerClasses:
  public Decoder = sun.nio.cs.ext.JIS_X_0201$Decoder of sun.nio.cs.ext.JIS_X_0201
  Decoder = sun.nio.cs.ext.SJIS$Decoder of sun.nio.cs.ext.SJIS