Interface INativeContinuousItem

All Superinterfaces:
ICodeItem, INativeItem, INativeItemListenable, INativeMemoryItem, ISegment<Long>
All Known Subinterfaces:
INativeDataItem, INativeInstructionItem, INativeStringItem

@Ser public interface INativeContinuousItem extends INativeMemoryItem, ISegment<Long>
Secondary master interface for native code item that span over a specific amount of bytes in memory.
  • Method Details

    • getMemorySize

      long getMemorySize()
      Get the memory size of the item in bytes. Is equal to (ISegment.getEnd() - ISegment.getBegin()).
      Returns:
    • getMemoryAddressEnd

      default long getMemoryAddressEnd()