Interface MappedMemoryBlock

  • All Superinterfaces:
    java.lang.Comparable<MemoryBlock>, MemoryBlock, java.io.Serializable

    public interface MappedMemoryBlock
    extends MemoryBlock
    Additional methods for mapped memory blocks
    • Method Detail

      • getOverlayedMinAddress

        Address getOverlayedMinAddress()
        Get the address from the source block.
      • getOverlayedAddressRange

        AddressRange getOverlayedAddressRange()
        Returns the AddressRange of the memory this block is mapped onto.
        Returns:
        the AddressRange of the memory this block is mapped onto.