Class MemorySection


  • public class MemorySection
    extends java.lang.Object
    • Field Detail

      • isInitialized NEW

        protected final boolean isInitialized
      • fileOffset NEW

        protected final long fileOffset
      • length NEW

        protected final long length
      • isFragmentationOK NEW

        protected final boolean isFragmentationOK
      • sectionName NEW

        protected final java.lang.String sectionName
      • isReadable NEW

        protected final boolean isReadable
      • isWritable NEW

        protected final boolean isWritable
      • isExecute NEW

        protected final boolean isExecute
      • comment NEW

        protected final java.lang.String comment

Constructor Detail

  • Method Detail

    • isInitialized

      public boolean isInitialized()
    • getFileOffset

      public long getFileOffset()
    • getNumberOfBytes

      public long getNumberOfBytes()
    • getMinAddress

      public Address getMinAddress()
    • getMaxAddress

      public Address getMaxAddress()
    • getSectionName

      public java.lang.String getSectionName()
    • isLoaded

      public boolean isLoaded()
    • isReadable

      public boolean isReadable()
    • isWritable

      public boolean isWritable()
    • isExecute

      public boolean isExecute()
    • getComment

      public java.lang.String getComment()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object