class sun.font.CMap$CMapFormat6 extends sun.font.CMap
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.CMap$CMapFormat6
  super_class: sun.font.CMap
{
  char firstCode;
    descriptor: C
    flags: (0x0000) 

  char entryCount;
    descriptor: C
    flags: (0x0000) 

  char[] glyphIdArray;
    descriptor: [C
    flags: (0x0000) 

  void <init>(java.nio.ByteBuffer, int, char[]);
    descriptor: (Ljava/nio/ByteBuffer;I[C)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // sun.font.CMap$CMapFormat6 this
        start local 1 // java.nio.ByteBuffer bbuffer
        start local 2 // int offset
        start local 3 // char[] xlat
         0: .line 842
            aload 0 /* this */
            invokespecial sun.font.CMap.<init>:()V
         1: .line 844
            aload 1 /* bbuffer */
            iload 2 /* offset */
            bipush 6
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         2: .line 845
            aload 1 /* bbuffer */
            invokevirtual java.nio.ByteBuffer.asCharBuffer:()Ljava/nio/CharBuffer;
            astore 4 /* buffer */
        start local 4 // java.nio.CharBuffer buffer
         3: .line 846
            aload 0 /* this */
            aload 4 /* buffer */
            invokevirtual java.nio.CharBuffer.get:()C
            putfield sun.font.CMap$CMapFormat6.firstCode:C
         4: .line 847
            aload 0 /* this */
            aload 4 /* buffer */
            invokevirtual java.nio.CharBuffer.get:()C
            putfield sun.font.CMap$CMapFormat6.entryCount:C
         5: .line 848
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.entryCount:C
            newarray 5
            putfield sun.font.CMap$CMapFormat6.glyphIdArray:[C
         6: .line 849
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         7: goto 10
         8: .line 850
      StackMap locals: sun.font.CMap$CMapFormat6 java.nio.ByteBuffer int char[] java.nio.CharBuffer int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.glyphIdArray:[C
            iload 5 /* i */
            aload 4 /* buffer */
            invokevirtual java.nio.CharBuffer.get:()C
            castore
         9: .line 849
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 5 /* i */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.entryCount:C
            if_icmplt 8
        end local 5 // int i
        11: .line 852
            return
        end local 4 // java.nio.CharBuffer buffer
        end local 3 // char[] xlat
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer bbuffer
        end local 0 // sun.font.CMap$CMapFormat6 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lsun/font/CMap$CMapFormat6;
            0   12     1  bbuffer  Ljava/nio/ByteBuffer;
            0   12     2   offset  I
            0   12     3     xlat  [C
            3   12     4   buffer  Ljava/nio/CharBuffer;
            7   11     5        i  I
    MethodParameters:
         Name  Flags
      bbuffer  
      offset   
      xlat     

  char getGlyph(int);
    descriptor: (I)C
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.font.CMap$CMapFormat6 this
        start local 1 // int charCode
         0: .line 855
            aload 0 /* this */
            iload 1 /* charCode */
            iconst_1
            invokevirtual sun.font.CMap$CMapFormat6.getControlCodeGlyph:(IZ)I
            istore 2 /* controlGlyph */
        start local 2 // int controlGlyph
         1: .line 856
            iload 2 /* controlGlyph */
            iflt 3
         2: .line 857
            iload 2 /* controlGlyph */
            i2c
            ireturn
         3: .line 860
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.xlat:[C
            ifnull 5
         4: .line 861
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.xlat:[C
            iload 1 /* charCode */
            caload
            istore 1 /* charCode */
         5: .line 864
      StackMap locals:
      StackMap stack:
            iload 1 /* charCode */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.firstCode:C
            isub
            istore 1 /* charCode */
         6: .line 865
            iload 1 /* charCode */
            iflt 7
            iload 1 /* charCode */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.entryCount:C
            if_icmplt 8
         7: .line 866
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         8: .line 868
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat6.glyphIdArray:[C
            iload 1 /* charCode */
            caload
            ireturn
        end local 2 // int controlGlyph
        end local 1 // int charCode
        end local 0 // sun.font.CMap$CMapFormat6 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lsun/font/CMap$CMapFormat6;
            0    9     1      charCode  I
            1    9     2  controlGlyph  I
    MethodParameters:
          Name  Flags
      charCode  
}
SourceFile: "CMap.java"
NestHost: sun.font.CMap
InnerClasses:
  CMapFormat6 = sun.font.CMap$CMapFormat6 of sun.font.CMap