public class org.apache.batik.svggen.font.table.LocaTable 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.LocaTable
  super_class: java.lang.Object
{
  private byte[] buf;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

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

  private short factor;
    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.LocaTable 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.LocaTable.buf:[B
         2: .line 32
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.svggen.font.table.LocaTable.offsets:[I
         3: .line 33
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.svggen.font.table.LocaTable.factor: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.LocaTable.buf:[B
         6: .line 38
            aload 2 /* raf */
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.LocaTable.buf:[B
            invokevirtual java.io.RandomAccessFile.read:([B)I
            pop
         7: .line 39
            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.LocaTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/batik/svggen/font/table/LocaTable;
            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, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.batik.svggen.font.table.LocaTable this
        start local 1 // int numGlyphs
        start local 2 // boolean shortEntries
         0: .line 42
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.LocaTable.buf:[B
            ifnonnull 2
         1: .line 43
            return
         2: .line 45
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* numGlyphs */
            iconst_1
            iadd
            newarray 10
            putfield org.apache.batik.svggen.font.table.LocaTable.offsets:[I
         3: .line 46
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.LocaTable.buf:[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 3 /* bais */
        start local 3 // java.io.ByteArrayInputStream bais
         4: .line 47
            iload 2 /* shortEntries */
            ifeq 12
         5: .line 48
            aload 0 /* this */
            iconst_2
            putfield org.apache.batik.svggen.font.table.LocaTable.factor:S
         6: .line 49
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         7: goto 10
         8: .line 50
      StackMap locals: java.io.ByteArrayInputStream int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.LocaTable.offsets:[I
            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
            iastore
         9: .line 49
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* i */
            iload 1 /* numGlyphs */
            if_icmple 8
        end local 4 // int i
        11: .line 52
            goto 20
        12: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.svggen.font.table.LocaTable.factor:S
        13: .line 54
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        14: goto 19
        15: .line 55
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.LocaTable.offsets:[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
        16: .line 56
            aload 3 /* bais */
            invokevirtual java.io.ByteArrayInputStream.read:()I
            bipush 8
            ishl
            ior
            aload 3 /* bais */
            invokevirtual java.io.ByteArrayInputStream.read:()I
            ior
        17: .line 55
            iastore
        18: .line 54
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 4 /* i */
            iload 1 /* numGlyphs */
            if_icmple 15
        end local 4 // int i
        20: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.svggen.font.table.LocaTable.buf:[B
        21: .line 60
            return
        end local 3 // java.io.ByteArrayInputStream bais
        end local 2 // boolean shortEntries
        end local 1 // int numGlyphs
        end local 0 // org.apache.batik.svggen.font.table.LocaTable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lorg/apache/batik/svggen/font/table/LocaTable;
            0   22     1     numGlyphs  I
            0   22     2  shortEntries  Z
            4   22     3          bais  Ljava/io/ByteArrayInputStream;
            7   11     4             i  I
           14   20     4             i  I
    MethodParameters:
              Name  Flags
      numGlyphs     
      shortEntries  

  public int getOffset(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.svggen.font.table.LocaTable this
        start local 1 // int i
         0: .line 63
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.LocaTable.offsets:[I
            ifnonnull 2
         1: .line 64
            iconst_0
            ireturn
         2: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.LocaTable.offsets:[I
            iload 1 /* i */
            iaload
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.LocaTable.factor:S
            imul
            ireturn
        end local 1 // int i
        end local 0 // org.apache.batik.svggen.font.table.LocaTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/svggen/font/table/LocaTable;
            0    3     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.LocaTable this
         0: .line 70
            ldc 1819239265
            ireturn
        end local 0 // org.apache.batik.svggen.font.table.LocaTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/svggen/font/table/LocaTable;
}
SourceFile: "LocaTable.java"