class sun.font.CMap$CMapFormat0 extends sun.font.CMap
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.CMap$CMapFormat0
  super_class: sun.font.CMap
{
  byte[] cmap;
    descriptor: [B
    flags: (0x0000) 

  void <init>(java.nio.ByteBuffer, int);
    descriptor: (Ljava/nio/ByteBuffer;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.font.CMap$CMapFormat0 this
        start local 1 // java.nio.ByteBuffer buffer
        start local 2 // int offset
         0: .line 620
            aload 0 /* this */
            invokespecial sun.font.CMap.<init>:()V
         1: .line 623
            aload 1 /* buffer */
            iload 2 /* offset */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.getChar:(I)C
            istore 3 /* len */
        start local 3 // int len
         2: .line 624
            aload 0 /* this */
            iload 3 /* len */
            bipush 6
            isub
            newarray 8
            putfield sun.font.CMap$CMapFormat0.cmap:[B
         3: .line 625
            aload 1 /* buffer */
            iload 2 /* offset */
            bipush 6
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         4: .line 626
            aload 1 /* buffer */
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat0.cmap:[B
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
         5: .line 627
            return
        end local 3 // int len
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // sun.font.CMap$CMapFormat0 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/font/CMap$CMapFormat0;
            0    6     1  buffer  Ljava/nio/ByteBuffer;
            0    6     2  offset  I
            2    6     3     len  I
    MethodParameters:
        Name  Flags
      buffer  
      offset  

  char getGlyph(int);
    descriptor: (I)C
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.font.CMap$CMapFormat0 this
        start local 1 // int charCode
         0: .line 630
            iload 1 /* charCode */
            sipush 256
            if_icmpge 5
         1: .line 631
            iload 1 /* charCode */
            bipush 16
            if_icmpge 4
         2: .line 632
            iload 1 /* charCode */
            tableswitch { // 9 - 13
                    9: 3
                   10: 3
                   11: 4
                   12: 4
                   13: 3
              default: 4
          }
         3: .line 635
      StackMap locals:
      StackMap stack:
            ldc 65535
            ireturn
         4: .line 638
      StackMap locals:
      StackMap stack:
            sipush 255
            aload 0 /* this */
            getfield sun.font.CMap$CMapFormat0.cmap:[B
            iload 1 /* charCode */
            baload
            iand
            i2c
            ireturn
         5: .line 640
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // int charCode
        end local 0 // sun.font.CMap$CMapFormat0 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lsun/font/CMap$CMapFormat0;
            0    6     1  charCode  I
    MethodParameters:
          Name  Flags
      charCode  
}
SourceFile: "CMap.java"
NestHost: sun.font.CMap
InnerClasses:
  CMapFormat0 = sun.font.CMap$CMapFormat0 of sun.font.CMap