Class Program

  • Direct Known Subclasses:
    FpgmTable, GlyfDescript, PrepTable

    public abstract class Program
    extends java.lang.Object
    Version:
    $Id: Program.java 1733416 2016-03-03 07:07:13Z gadams $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private short[] instructions  
    • Constructor Summary

      Constructors 
      Constructor Description
      Program()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short[] getInstructions()  
      protected void readInstructions​(java.io.ByteArrayInputStream bais, int count)  
      protected void readInstructions​(java.io.RandomAccessFile raf, int count)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • instructions

        private short[] instructions
    • Constructor Detail

      • Program

        public Program()
    • Method Detail

      • getInstructions

        public short[] getInstructions()
      • readInstructions

        protected void readInstructions​(java.io.RandomAccessFile raf,
                                        int count)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • readInstructions

        protected void readInstructions​(java.io.ByteArrayInputStream bais,
                                        int count)