public class sun.nio.cs.ext.SJIS_0213$Decoder extends java.nio.charset.CharsetDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.nio.cs.ext.SJIS_0213$Decoder
  super_class: java.nio.charset.CharsetDecoder
{
  protected static final char UNMAPPABLE;
    descriptor: C
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 65533

  private char[] cc;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private sun.nio.cs.CharsetMapping$Entry comp;
    descriptor: Lsun/nio/cs/CharsetMapping$Entry;
    flags: (0x0002) ACC_PRIVATE

  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_0213$Decoder this
        start local 1 // java.nio.charset.Charset cs
         0: .line 90
            aload 0 /* this */
            aload 1 /* cs */
            ldc 0.5
            fconst_1
            invokespecial java.nio.charset.CharsetDecoder.<init>:(Ljava/nio/charset/Charset;FF)V
         1: .line 198
            aload 0 /* this */
            iconst_2
            newarray 5
            putfield sun.nio.cs.ext.SJIS_0213$Decoder.cc:[C
         2: .line 199
            aload 0 /* this */
            new sun.nio.cs.CharsetMapping$Entry
            dup
            invokespecial sun.nio.cs.CharsetMapping$Entry.<init>:()V
            putfield sun.nio.cs.ext.SJIS_0213$Decoder.comp:Lsun/nio/cs/CharsetMapping$Entry;
         3: .line 91
            return
        end local 1 // java.nio.charset.Charset cs
        end local 0 // sun.nio.cs.ext.SJIS_0213$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/nio/cs/ext/SJIS_0213$Decoder;
            0    4     1    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      cs    

  private java.nio.charset.CoderResult decodeArrayLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=17, args_size=3
        start local 0 // sun.nio.cs.ext.SJIS_0213$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 94
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 3 /* sa */
        start local 3 // byte[] sa
         1: .line 95
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            iadd
            istore 4 /* sp */
        start local 4 // int sp
         2: .line 96
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.limit:()I
            iadd
            istore 5 /* sl */
        start local 5 // int sl
         3: .line 98
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.array:()[C
            astore 6 /* da */
        start local 6 // char[] da
         4: .line 99
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.position:()I
            iadd
            istore 7 /* dp */
        start local 7 // int dp
         5: .line 100
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.limit:()I
            iadd
            istore 8 /* dl */
        start local 8 // int dl
         6: .line 103
            goto 45
         7: .line 104
      StackMap locals: sun.nio.cs.ext.SJIS_0213$Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int char[] int int
      StackMap stack:
            aload 3 /* sa */
            iload 4 /* sp */
            baload
            sipush 255
            iand
            istore 9 /* b1 */
        start local 9 // int b1
         8: .line 105
            aload 0 /* this */
            iload 9 /* b1 */
            invokevirtual sun.nio.cs.ext.SJIS_0213$Decoder.decodeSingle:(I)C
            istore 10 /* c */
        start local 10 // char c
         9: .line 106
            iconst_1
            istore 11 /* inSize */
        start local 11 // int inSize
        10: iconst_1
            istore 12 /* outSize */
        start local 12 // int outSize
        11: .line 107
            aconst_null
            astore 13 /* cc */
        start local 13 // char[] cc
        12: .line 108
            iload 10 /* c */
            ldc 65533
            if_icmpne 34
        13: .line 109
            iload 5 /* sl */
            iload 4 /* sp */
            isub
            iconst_2
            if_icmpge 18
        14: .line 110
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 16
        15: .line 137
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        16: .line 138
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        17: .line 110
            aload 16
            areturn
        18: .line 111
      StackMap locals: sun.nio.cs.ext.SJIS_0213$Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int char[] int int int int int int char[]
      StackMap stack:
            aload 3 /* sa */
            iload 4 /* sp */
            iconst_1
            iadd
            baload
            sipush 255
            iand
            istore 14 /* b2 */
        start local 14 // int b2
        19: .line 112
            aload 0 /* this */
            iload 9 /* b1 */
            iload 14 /* b2 */
            invokevirtual sun.nio.cs.ext.SJIS_0213$Decoder.decodeDouble:(II)C
            istore 10 /* c */
        20: .line 113
            iinc 11 /* inSize */ 1
        21: .line 114
            iload 10 /* c */
            ldc 65533
            if_icmpne 34
        22: .line 115
            aload 0 /* this */
            iload 9 /* b1 */
            iload 14 /* b2 */
            invokevirtual sun.nio.cs.ext.SJIS_0213$Decoder.decodeDoubleEx:(II)[C
            astore 13 /* cc */
        23: .line 116
            aload 13 /* cc */
            ifnonnull 33
        24: .line 117
            aload 0 /* this */
            iload 14 /* b2 */
            invokevirtual sun.nio.cs.ext.SJIS_0213$Decoder.decodeSingle:(I)C
            ldc 65533
            if_icmpne 29
        25: .line 118
            iconst_2
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 16
        26: .line 137
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        27: .line 138
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        28: .line 118
            aload 16
            areturn
        29: .line 120
      StackMap locals: int
      StackMap stack:
            iconst_1
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 16
        30: .line 137
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        31: .line 138
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        32: .line 120
            aload 16
            areturn
        33: .line 122
      StackMap locals:
      StackMap stack:
            iinc 12 /* outSize */ 1
        end local 14 // int b2
        34: .line 125
      StackMap locals:
      StackMap stack:
            iload 8 /* dl */
            iload 7 /* dp */
            isub
            iload 12 /* outSize */
            if_icmpge 39
        35: .line 126
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 16
        36: .line 137
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        37: .line 138
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        38: .line 126
            aload 16
            areturn
        39: .line 127
      StackMap locals:
      StackMap stack:
            iload 12 /* outSize */
            iconst_2
            if_icmpne 43
        40: .line 128
            aload 6 /* da */
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            aload 13 /* cc */
            iconst_0
            caload
            castore
        41: .line 129
            aload 6 /* da */
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            aload 13 /* cc */
            iconst_1
            caload
            castore
        42: .line 130
            goto 44
        43: .line 131
      StackMap locals:
      StackMap stack:
            aload 6 /* da */
            iload 7 /* dp */
            iinc 7 /* dp */ 1
            iload 10 /* c */
            castore
        44: .line 133
      StackMap locals:
      StackMap stack:
            iload 4 /* sp */
            iload 11 /* inSize */
            iadd
            istore 4 /* sp */
        end local 13 // char[] cc
        end local 12 // int outSize
        end local 11 // int inSize
        end local 10 // char c
        end local 9 // int b1
        45: .line 103
      StackMap locals: sun.nio.cs.ext.SJIS_0213$Decoder java.nio.ByteBuffer java.nio.CharBuffer byte[] int int char[] int int
      StackMap stack:
            iload 4 /* sp */
            iload 5 /* sl */
            if_icmplt 7
        46: .line 135
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 16
        47: .line 137
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        48: .line 138
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        49: .line 135
            aload 16
            areturn
        50: .line 136
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 15
        51: .line 137
            aload 1 /* src */
            iload 4 /* sp */
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        52: .line 138
            aload 2 /* dst */
            iload 7 /* dp */
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.arrayOffset:()I
            isub
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/CharBuffer;
            pop
        53: .line 139
            aload 15
            athrow
        end local 8 // int dl
        end local 7 // int dp
        end local 6 // char[] da
        end local 5 // int sl
        end local 4 // int sp
        end local 3 // byte[] sa
        end local 2 // java.nio.CharBuffer dst
        end local 1 // java.nio.ByteBuffer src
        end local 0 // sun.nio.cs.ext.SJIS_0213$Decoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   54     0     this  Lsun/nio/cs/ext/SJIS_0213$Decoder;
            0   54     1      src  Ljava/nio/ByteBuffer;
            0   54     2      dst  Ljava/nio/CharBuffer;
            1   54     3       sa  [B
            2   54     4       sp  I
            3   54     5       sl  I
            4   54     6       da  [C
            5   54     7       dp  I
            6   54     8       dl  I
            8   45     9       b1  I
            9   45    10        c  C
           10   45    11   inSize  I
           11   45    12  outSize  I
           12   45    13       cc  [C
           19   34    14       b2  I
      Exception table:
        from    to  target  type
           6    15      50  any
          18    26      50  any
          29    30      50  any
          33    36      50  any
          39    47      50  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  private java.nio.charset.CoderResult decodeBufferLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=12, args_size=3
        start local 0 // sun.nio.cs.ext.SJIS_0213$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 143
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* mark */
        start local 3 // int mark
         1: .line 145
            goto 36
         2: .line 146
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 4 /* cc */
        start local 4 // char[] cc
         3: .line 147
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 5 /* b1 */
        start local 5 // int b1
         4: .line 148
            aload 0 /* this */
            iload 5 /* b1 */
            invokevirtual sun.nio.cs.ext.SJIS_0213$Decoder.decodeSingle:(I)C
            istore 6 /* c */
        start local 6 // char c
         5: .line 149
            iconst_1
            istore 7 /* inSize */
        start local 7 // int inSize
         6: iconst_1
            istore 8 /* outSize */
        start local 8 // int outSize
         7: .line 150
            iload 6 /* c */
            ldc 65533
            if_icmpne 26
         8: .line 151
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_1
            if_icmpge 12
         9: .line 152
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 11
        10: .line 179
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        11: .line 152
            aload 11
            areturn
        12: .line 153
      StackMap locals: sun.nio.cs.ext.SJIS_0213$Decoder java.nio.ByteBuffer java.nio.CharBuffer int char[] int int int int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.get:()B
            sipush 255
            iand
            istore 9 /* b2 */
        start local 9 // int b2
        13: .line 154
            iinc 7 /* inSize */ 1
        14: .line 155
            aload 0 /* this */
            iload 5 /* b1 */
            iload 9 /* b2 */
            invokevirtual sun.nio.cs.ext.SJIS_0213$Decoder.decodeDouble:(II)C
            istore 6 /* c */
        15: .line 156
            iload 6 /* c */
            ldc 65533
            if_icmpne 26
        16: .line 157
            aload 0 /* this */
            iload 5 /* b1 */
            iload 9 /* b2 */
            invokevirtual sun.nio.cs.ext.SJIS_0213$Decoder.decodeDoubleEx:(II)[C
            astore 4 /* cc */
        17: .line 158
            aload 4 /* cc */
            ifnonnull 25
        18: .line 159
            aload 0 /* this */
            iload 9 /* b2 */
            invokevirtual sun.nio.cs.ext.SJIS_0213$Decoder.decodeSingle:(I)C
            ldc 65533
            if_icmpne 22
        19: .line 160
            iconst_2
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 11
        20: .line 179
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        21: .line 160
            aload 11
            areturn
        22: .line 162
      StackMap locals: int
      StackMap stack:
            iconst_1
            invokestatic java.nio.charset.CoderResult.unmappableForLength:(I)Ljava/nio/charset/CoderResult;
            astore 11
        23: .line 179
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        24: .line 162
            aload 11
            areturn
        25: .line 164
      StackMap locals:
      StackMap stack:
            iinc 8 /* outSize */ 1
        end local 9 // int b2
        26: .line 167
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.remaining:()I
            iload 8 /* outSize */
            if_icmpge 30
        27: .line 168
            getstatic java.nio.charset.CoderResult.OVERFLOW:Ljava/nio/charset/CoderResult;
            astore 11
        28: .line 179
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        29: .line 168
            aload 11
            areturn
        30: .line 169
      StackMap locals:
      StackMap stack:
            iload 8 /* outSize */
            iconst_2
            if_icmpne 34
        31: .line 170
            aload 2 /* dst */
            aload 4 /* cc */
            iconst_0
            caload
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        32: .line 171
            aload 2 /* dst */
            aload 4 /* cc */
            iconst_1
            caload
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        33: .line 172
            goto 35
        34: .line 173
      StackMap locals:
      StackMap stack:
            aload 2 /* dst */
            iload 6 /* c */
            invokevirtual java.nio.CharBuffer.put:(C)Ljava/nio/CharBuffer;
            pop
        35: .line 175
      StackMap locals:
      StackMap stack:
            iload 3 /* mark */
            iload 7 /* inSize */
            iadd
            istore 3 /* mark */
        end local 8 // int outSize
        end local 7 // int inSize
        end local 6 // char c
        end local 5 // int b1
        end local 4 // char[] cc
        36: .line 145
      StackMap locals: sun.nio.cs.ext.SJIS_0213$Decoder java.nio.ByteBuffer java.nio.CharBuffer int
      StackMap stack:
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 2
        37: .line 177
            getstatic java.nio.charset.CoderResult.UNDERFLOW:Ljava/nio/charset/CoderResult;
            astore 11
        38: .line 179
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        39: .line 177
            aload 11
            areturn
        40: .line 178
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        41: .line 179
            aload 1 /* src */
            iload 3 /* mark */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
        42: .line 180
            aload 10
            athrow
        end local 3 // int mark
        end local 2 // java.nio.CharBuffer dst
        end local 1 // java.nio.ByteBuffer src
        end local 0 // sun.nio.cs.ext.SJIS_0213$Decoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   43     0     this  Lsun/nio/cs/ext/SJIS_0213$Decoder;
            0   43     1      src  Ljava/nio/ByteBuffer;
            0   43     2      dst  Ljava/nio/CharBuffer;
            1   43     3     mark  I
            3   36     4       cc  [C
            4   36     5       b1  I
            5   36     6        c  C
            6   36     7   inSize  I
            7   36     8  outSize  I
           13   26     9       b2  I
      Exception table:
        from    to  target  type
           1    10      40  any
          12    20      40  any
          22    23      40  any
          25    28      40  any
          30    38      40  any
    MethodParameters:
      Name  Flags
      src   
      dst   

  protected java.nio.charset.CoderResult decodeLoop(java.nio.ByteBuffer, java.nio.CharBuffer);
    descriptor: (Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ext.SJIS_0213$Decoder this
        start local 1 // java.nio.ByteBuffer src
        start local 2 // java.nio.CharBuffer dst
         0: .line 184
            aload 1 /* src */
            invokevirtual java.nio.ByteBuffer.hasArray:()Z
            ifeq 2
            aload 2 /* dst */
            invokevirtual java.nio.CharBuffer.hasArray:()Z
            ifeq 2
         1: .line 185
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ext.SJIS_0213$Decoder.decodeArrayLoop:(Ljava/nio/ByteBuffer;Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;
            areturn
         2: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* src */
            aload 2 /* dst */
            invokevirtual sun.nio.cs.ext.SJIS_0213$Decoder.decodeBufferLoop:(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_0213$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/SJIS_0213$Decoder;
            0    3     1   src  Ljava/nio/ByteBuffer;
            0    3     2   dst  Ljava/nio/CharBuffer;
    MethodParameters:
      Name  Flags
      src   
      dst   

  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_0213$Decoder this
        start local 1 // int b
         0: .line 191
            getstatic sun.nio.cs.ext.SJIS_0213.mapping:Lsun/nio/cs/CharsetMapping;
            iload 1 /* b */
            invokevirtual sun.nio.cs.CharsetMapping.decodeSingle:(I)C
            ireturn
        end local 1 // int b
        end local 0 // sun.nio.cs.ext.SJIS_0213$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/SJIS_0213$Decoder;
            0    1     1     b  I
    MethodParameters:
      Name  Flags
      b     

  protected char decodeDouble(int, int);
    descriptor: (II)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.nio.cs.ext.SJIS_0213$Decoder this
        start local 1 // int b1
        start local 2 // int b2
         0: .line 195
            getstatic sun.nio.cs.ext.SJIS_0213.mapping:Lsun/nio/cs/CharsetMapping;
            iload 1 /* b1 */
            iload 2 /* b2 */
            invokevirtual sun.nio.cs.CharsetMapping.decodeDouble:(II)C
            ireturn
        end local 2 // int b2
        end local 1 // int b1
        end local 0 // sun.nio.cs.ext.SJIS_0213$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/nio/cs/ext/SJIS_0213$Decoder;
            0    1     1    b1  I
            0    1     2    b2  I
    MethodParameters:
      Name  Flags
      b1    
      b2    

  protected char[] decodeDoubleEx(int, int);
    descriptor: (II)[C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.nio.cs.ext.SJIS_0213$Decoder this
        start local 1 // int b1
        start local 2 // int b2
         0: .line 201
            iload 1 /* b1 */
            bipush 8
            ishl
            iload 2 /* b2 */
            ior
            istore 3 /* db */
        start local 3 // int db
         1: .line 202
            getstatic sun.nio.cs.ext.SJIS_0213.mapping:Lsun/nio/cs/CharsetMapping;
            iload 3 /* db */
            aload 0 /* this */
            getfield sun.nio.cs.ext.SJIS_0213$Decoder.cc:[C
            invokevirtual sun.nio.cs.CharsetMapping.decodeSurrogate:(I[C)[C
            ifnull 3
         2: .line 203
            aload 0 /* this */
            getfield sun.nio.cs.ext.SJIS_0213$Decoder.cc:[C
            areturn
         3: .line 204
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.SJIS_0213$Decoder.comp:Lsun/nio/cs/CharsetMapping$Entry;
            iload 3 /* db */
            putfield sun.nio.cs.CharsetMapping$Entry.bs:I
         4: .line 205
            getstatic sun.nio.cs.ext.SJIS_0213.mapping:Lsun/nio/cs/CharsetMapping;
            aload 0 /* this */
            getfield sun.nio.cs.ext.SJIS_0213$Decoder.comp:Lsun/nio/cs/CharsetMapping$Entry;
            aload 0 /* this */
            getfield sun.nio.cs.ext.SJIS_0213$Decoder.cc:[C
            invokevirtual sun.nio.cs.CharsetMapping.decodeComposite:(Lsun/nio/cs/CharsetMapping$Entry;[C)[C
            ifnull 6
         5: .line 206
            aload 0 /* this */
            getfield sun.nio.cs.ext.SJIS_0213$Decoder.cc:[C
            areturn
         6: .line 207
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // int db
        end local 2 // int b2
        end local 1 // int b1
        end local 0 // sun.nio.cs.ext.SJIS_0213$Decoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/nio/cs/ext/SJIS_0213$Decoder;
            0    7     1    b1  I
            0    7     2    b2  I
            1    7     3    db  I
    MethodParameters:
      Name  Flags
      b1    
      b2    
}
SourceFile: "SJIS_0213.java"
NestHost: sun.nio.cs.ext.SJIS_0213
InnerClasses:
  public Entry = sun.nio.cs.CharsetMapping$Entry of sun.nio.cs.CharsetMapping
  protected Decoder = sun.nio.cs.ext.SJIS_0213$Decoder of sun.nio.cs.ext.SJIS_0213