Class MemoryRegion


  • public class MemoryRegion
    extends java.lang.Object
    The MemoryRegion class contains information about memory region for loading and writing data.
    • Method Detail

      • getMemoryName

        public java.lang.String getMemoryName()
      • getStartIndex

        public int getStartIndex()
      • getEndIndex

        public int getEndIndex()
      • getType

        public java.lang.String getType()
      • toString

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

        public static java.util.Set<MemoryRegion> loadMemoryRegions​(java.lang.String fileName)