public class org.apache.batik.svggen.font.table.HmtxTable implements org.apache.batik.svggen.font.table.Table
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.svggen.font.table.HmtxTable
  super_class: java.lang.Object
{
  private byte[] buf;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int[] hMetrics;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private short[] leftSideBearing;
    descriptor: [S
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(org.apache.batik.svggen.font.table.DirectoryEntry, java.io.RandomAccessFile);
    descriptor: (Lorg/apache/batik/svggen/font/table/DirectoryEntry;Ljava/io/RandomAccessFile;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.batik.svggen.font.table.HmtxTable this
        start local 1 // org.apache.batik.svggen.font.table.DirectoryEntry de
        start local 2 // java.io.RandomAccessFile raf
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.svggen.font.table.HmtxTable.buf:[B
         2: .line 32
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.svggen.font.table.HmtxTable.hMetrics:[I
         3: .line 33
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.svggen.font.table.HmtxTable.leftSideBearing:[S
         4: .line 36
            aload 2 /* raf */
            aload 1 /* de */
            invokevirtual org.apache.batik.svggen.font.table.DirectoryEntry.getOffset:()I
            i2l
            invokevirtual java.io.RandomAccessFile.seek:(J)V
         5: .line 37
            aload 0 /* this */
            aload 1 /* de */
            invokevirtual org.apache.batik.svggen.font.table.DirectoryEntry.getLength:()I
            newarray 8
            putfield org.apache.batik.svggen.font.table.HmtxTable.buf:[B
         6: .line 38
            aload 2 /* raf */
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.buf:[B
            invokevirtual java.io.RandomAccessFile.read:([B)I
            pop
         7: .line 54
            return
        end local 2 // java.io.RandomAccessFile raf
        end local 1 // org.apache.batik.svggen.font.table.DirectoryEntry de
        end local 0 // org.apache.batik.svggen.font.table.HmtxTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/batik/svggen/font/table/HmtxTable;
            0    8     1    de  Lorg/apache/batik/svggen/font/table/DirectoryEntry;
            0    8     2   raf  Ljava/io/RandomAccessFile;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      de    
      raf   

  public void init(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.batik.svggen.font.table.HmtxTable this
        start local 1 // int numberOfHMetrics
        start local 2 // int lsbCount
         0: .line 57
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.buf:[B
            ifnonnull 2
         1: .line 58
            return
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* numberOfHMetrics */
            newarray 10
            putfield org.apache.batik.svggen.font.table.HmtxTable.hMetrics:[I
         3: .line 61
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.buf:[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 3 /* bais */
        start local 3 // java.io.ByteArrayInputStream bais
         4: .line 62
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 10
         6: .line 65
      StackMap locals: java.io.ByteArrayInputStream int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.hMetrics:[I
            iload 4 /* i */
            aload 3 /* bais */
            invokevirtual java.io.ByteArrayInputStream.read:()I
            bipush 24
            ishl
            aload 3 /* bais */
            invokevirtual java.io.ByteArrayInputStream.read:()I
            bipush 16
            ishl
            ior
         7: .line 66
            aload 3 /* bais */
            invokevirtual java.io.ByteArrayInputStream.read:()I
            bipush 8
            ishl
            ior
            aload 3 /* bais */
            invokevirtual java.io.ByteArrayInputStream.read:()I
            ior
         8: .line 65
            iastore
         9: .line 62
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            iload 1 /* numberOfHMetrics */
            if_icmplt 6
        end local 4 // int i
        11: .line 68
            iload 2 /* lsbCount */
            ifle 18
        12: .line 69
            aload 0 /* this */
            iload 2 /* lsbCount */
            newarray 9
            putfield org.apache.batik.svggen.font.table.HmtxTable.leftSideBearing:[S
        13: .line 70
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        14: goto 17
        15: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.leftSideBearing:[S
            iload 4 /* i */
            aload 3 /* bais */
            invokevirtual java.io.ByteArrayInputStream.read:()I
            bipush 8
            ishl
            aload 3 /* bais */
            invokevirtual java.io.ByteArrayInputStream.read:()I
            ior
            i2s
            sastore
        16: .line 70
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* i */
            iload 2 /* lsbCount */
            if_icmplt 15
        end local 4 // int i
        18: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.svggen.font.table.HmtxTable.buf:[B
        19: .line 75
            return
        end local 3 // java.io.ByteArrayInputStream bais
        end local 2 // int lsbCount
        end local 1 // int numberOfHMetrics
        end local 0 // org.apache.batik.svggen.font.table.HmtxTable this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   20     0              this  Lorg/apache/batik/svggen/font/table/HmtxTable;
            0   20     1  numberOfHMetrics  I
            0   20     2          lsbCount  I
            4   20     3              bais  Ljava/io/ByteArrayInputStream;
            5   11     4                 i  I
           14   18     4                 i  I
    MethodParameters:
                  Name  Flags
      numberOfHMetrics  
      lsbCount          

  public int getAdvanceWidth(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.svggen.font.table.HmtxTable this
        start local 1 // int i
         0: .line 78
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.hMetrics:[I
            ifnonnull 2
         1: .line 79
            iconst_0
            ireturn
         2: .line 81
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.hMetrics:[I
            arraylength
            if_icmpge 4
         3: .line 82
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.hMetrics:[I
            iload 1 /* i */
            iaload
            bipush 16
            ishr
            ireturn
         4: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.hMetrics:[I
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.hMetrics:[I
            arraylength
            iconst_1
            isub
            iaload
            bipush 16
            ishr
            ireturn
        end local 1 // int i
        end local 0 // org.apache.batik.svggen.font.table.HmtxTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/svggen/font/table/HmtxTable;
            0    5     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public short getLeftSideBearing(int);
    descriptor: (I)S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.svggen.font.table.HmtxTable this
        start local 1 // int i
         0: .line 89
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.hMetrics:[I
            ifnonnull 2
         1: .line 90
            iconst_0
            ireturn
         2: .line 92
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.hMetrics:[I
            arraylength
            if_icmpge 4
         3: .line 93
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.hMetrics:[I
            iload 1 /* i */
            iaload
            ldc 65535
            iand
            i2s
            ireturn
         4: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.leftSideBearing:[S
            iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.HmtxTable.hMetrics:[I
            arraylength
            isub
            saload
            ireturn
        end local 1 // int i
        end local 0 // org.apache.batik.svggen.font.table.HmtxTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/svggen/font/table/HmtxTable;
            0    5     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.svggen.font.table.HmtxTable this
         0: .line 100
            ldc 1752003704
            ireturn
        end local 0 // org.apache.batik.svggen.font.table.HmtxTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/svggen/font/table/HmtxTable;
}
SourceFile: "HmtxTable.java"