public interface

INativeContinuousItem

implements INativeMemoryItem ISegment<K extends Comparable<K>>
com.pnfsoftware.jeb.core.units.code.asm.items.INativeContinuousItem
Known Indirect Subclasses

Class Overview

Secondary master interface for native code item that span over a specific amount of bytes in memory.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
Public Methods
abstract long getMemoryAddressEnd()
abstract long getMemorySize()
Get the memory size of the item in bytes.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
From interface com.pnfsoftware.jeb.core.units.code.asm.items.INativeItem
From interface com.pnfsoftware.jeb.core.units.code.asm.items.INativeItemListenable
From interface com.pnfsoftware.jeb.core.units.code.asm.items.INativeMemoryItem
From interface com.pnfsoftware.jeb.util.collect.ISegment

Public Methods

public abstract long getMemoryAddressEnd ()

public abstract long getMemorySize ()

Get the memory size of the item in bytes. Is equal to (getEnd() - getBegin()).