# Interface: com.pnfsoftware.jeb.core.units.code.asm.items.INativeContinuousItem

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

## Method: getMemoryAddressEnd
- return type: `long`

Description: Get the exclusive end address of this item.
return: exclusive end address

## Method: getMemorySize
- return type: `long`

Description: Get the memory size of the item in **bytes**. Is equal to `([#getEnd()](#getEnd()) - [#getBegin()](#getBegin())`\).
return: memory size in bytes

