Class Program

    • 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
    • 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)