public abstract class org.apache.batik.svggen.font.table.Program
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.batik.svggen.font.table.Program
  super_class: java.lang.Object
{
  private short[] instructions;
    descriptor: [S
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.svggen.font.table.Program this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.batik.svggen.font.table.Program this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/svggen/font/table/Program;

  public short[] getInstructions();
    descriptor: ()[S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.svggen.font.table.Program this
         0: .line 34
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.Program.instructions:[S
            areturn
        end local 0 // org.apache.batik.svggen.font.table.Program this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/svggen/font/table/Program;

  protected void readInstructions(java.io.RandomAccessFile, int);
    descriptor: (Ljava/io/RandomAccessFile;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.batik.svggen.font.table.Program this
        start local 1 // java.io.RandomAccessFile raf
        start local 2 // int count
         0: .line 38
            aload 0 /* this */
            iload 2 /* count */
            newarray 9
            putfield org.apache.batik.svggen.font.table.Program.instructions:[S
         1: .line 39
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 40
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.Program.instructions:[S
            iload 3 /* i */
            aload 1 /* raf */
            invokevirtual java.io.RandomAccessFile.readUnsignedByte:()I
            i2s
            sastore
         4: .line 39
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 2 /* count */
            if_icmplt 3
        end local 3 // int i
         6: .line 42
            return
        end local 2 // int count
        end local 1 // java.io.RandomAccessFile raf
        end local 0 // org.apache.batik.svggen.font.table.Program this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/batik/svggen/font/table/Program;
            0    7     1    raf  Ljava/io/RandomAccessFile;
            0    7     2  count  I
            2    6     3      i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      raf    
      count  

  protected void readInstructions(java.io.ByteArrayInputStream, int);
    descriptor: (Ljava/io/ByteArrayInputStream;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.apache.batik.svggen.font.table.Program this
        start local 1 // java.io.ByteArrayInputStream bais
        start local 2 // int count
         0: .line 45
            aload 0 /* this */
            iload 2 /* count */
            newarray 9
            putfield org.apache.batik.svggen.font.table.Program.instructions:[S
         1: .line 46
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 47
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.svggen.font.table.Program.instructions:[S
            iload 3 /* i */
            aload 1 /* bais */
            invokevirtual java.io.ByteArrayInputStream.read:()I
            i2s
            sastore
         4: .line 46
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            iload 2 /* count */
            if_icmplt 3
        end local 3 // int i
         6: .line 49
            return
        end local 2 // int count
        end local 1 // java.io.ByteArrayInputStream bais
        end local 0 // org.apache.batik.svggen.font.table.Program this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/batik/svggen/font/table/Program;
            0    7     1   bais  Ljava/io/ByteArrayInputStream;
            0    7     2  count  I
            2    6     3      i  I
    MethodParameters:
       Name  Flags
      bais   
      count  
}
SourceFile: "Program.java"