public class sun.nio.cs.ext.DBCSDecoderMapping
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.nio.cs.ext.DBCSDecoderMapping
  super_class: java.lang.Object
{
  private short[] index1;
    descriptor: [S
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String[] index2;
    descriptor: [Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  protected int start;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected int end;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected static final char REPLACE_CHAR;
    descriptor: C
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 65533

  public void <init>(short[], java.lang.String[], int, int);
    descriptor: ([S[Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.nio.cs.ext.DBCSDecoderMapping this
        start local 1 // short[] index1
        start local 2 // java.lang.String[] index2
        start local 3 // int start
        start local 4 // int end
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* index1 */
            putfield sun.nio.cs.ext.DBCSDecoderMapping.index1:[S
         2: .line 54
            aload 0 /* this */
            aload 2 /* index2 */
            putfield sun.nio.cs.ext.DBCSDecoderMapping.index2:[Ljava/lang/String;
         3: .line 55
            aload 0 /* this */
            iload 3 /* start */
            putfield sun.nio.cs.ext.DBCSDecoderMapping.start:I
         4: .line 56
            aload 0 /* this */
            iload 4 /* end */
            putfield sun.nio.cs.ext.DBCSDecoderMapping.end:I
         5: .line 57
            return
        end local 4 // int end
        end local 3 // int start
        end local 2 // java.lang.String[] index2
        end local 1 // short[] index1
        end local 0 // sun.nio.cs.ext.DBCSDecoderMapping this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/nio/cs/ext/DBCSDecoderMapping;
            0    6     1  index1  [S
            0    6     2  index2  [Ljava/lang/String;
            0    6     3   start  I
            0    6     4     end  I
    MethodParameters:
        Name  Flags
      index1  
      index2  
      start   
      end     

  protected char decodeSingle(int);
    descriptor: (I)C
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.nio.cs.ext.DBCSDecoderMapping this
        start local 1 // int b
         0: .line 63
            iload 1 /* b */
            iflt 2
         1: .line 64
            iload 1 /* b */
            i2c
            ireturn
         2: .line 65
      StackMap locals:
      StackMap stack:
            ldc 65533
            ireturn
        end local 1 // int b
        end local 0 // sun.nio.cs.ext.DBCSDecoderMapping this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/nio/cs/ext/DBCSDecoderMapping;
            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=4, args_size=3
        start local 0 // sun.nio.cs.ext.DBCSDecoderMapping this
        start local 1 // int byte1
        start local 2 // int byte2
         0: .line 69
            iload 1 /* byte1 */
            iflt 2
            iload 1 /* byte1 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCSDecoderMapping.index1:[S
            arraylength
            if_icmpgt 2
         1: .line 70
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCSDecoderMapping.start:I
            if_icmplt 2
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCSDecoderMapping.end:I
            if_icmple 3
         2: .line 71
      StackMap locals:
      StackMap stack:
            ldc 65533
            ireturn
         3: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCSDecoderMapping.index1:[S
            iload 1 /* byte1 */
            saload
            bipush 15
            iand
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCSDecoderMapping.end:I
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCSDecoderMapping.start:I
            isub
            iconst_1
            iadd
            imul
            iload 2 /* byte2 */
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCSDecoderMapping.start:I
            isub
            iadd
            istore 3 /* n */
        start local 3 // int n
         4: .line 74
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCSDecoderMapping.index2:[Ljava/lang/String;
            aload 0 /* this */
            getfield sun.nio.cs.ext.DBCSDecoderMapping.index1:[S
            iload 1 /* byte1 */
            saload
            iconst_4
            ishr
            aaload
            iload 3 /* n */
            invokevirtual java.lang.String.charAt:(I)C
            ireturn
        end local 3 // int n
        end local 2 // int byte2
        end local 1 // int byte1
        end local 0 // sun.nio.cs.ext.DBCSDecoderMapping this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/nio/cs/ext/DBCSDecoderMapping;
            0    5     1  byte1  I
            0    5     2  byte2  I
            4    5     3      n  I
    MethodParameters:
       Name  Flags
      byte1  
      byte2  
}
SourceFile: "DBCSDecoderMapping.java"