# Class: com.pnfsoftware.jeb.core.units.code.asm.processor.memory.AbstractEncodedMemoryArea

Skeleton code.

## Constructor: AbstractEncodedMemoryArea


## Method: decodeInt
- parameter: `code`, type: `byte[]`
- return type: `int`

Description: The implementation down\-casts the long value returned by [#decode(byte[])](#decode(byte[])) to an int.

## Method: shift
- parameter: `shiftValue`, type: `int`
- return type: `com.pnfsoftware.jeb.core.units.code.asm.processor.memory.IEncodedMemoryArea`


