Class OMFAlignSym


  • public class OMFAlignSym
    extends java.lang.Object
    A class to represent the Object Module Format (OMF) alignment symbol.
    • Constructor Summary

      Constructors 
      Constructor Description
      OMFAlignSym()
      DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getPad()
      Returns the alignment padding bytes.
      • Methods inherited from class java.lang.Object

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

      • OMFAlignSym

        public OMFAlignSym()
        DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
    • Method Detail

      • getPad

        public byte[] getPad()
        Returns the alignment padding bytes.
        Returns:
        the alignment padding bytes