Class Program


  • public class Program
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Program​(byte[] code, int address)  
    • Constructor Detail

      • Program

        public Program​(byte[] code,
                       int address)
    • Method Detail

      • hasMore

        public boolean hasMore()
      • peek

        public byte peek()
      • read

        public byte[] read​(int n)
      • currentOffset

        public int currentOffset()
      • currentAddress

        public int currentAddress()