Class LinearExecutable


  • public class LinearExecutable
    extends java.lang.Object
    A class to manage loading Linear Executables (LX). NOTE: this is not implemented yet.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static short IMAGE_LX_SIGNATURE
      The magic number for LX executables.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • IMAGE_LX_SIGNATURE

        public static final short IMAGE_LX_SIGNATURE
        The magic number for LX executables.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LinearExecutable

        public LinearExecutable​(ByteProvider bp)