public abstract class

AbstractEncodedMemoryArea

extends Object
implements IEncodedMemoryArea
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.memory.AbstractEncodedMemoryArea
Known Direct Subclasses

Class Overview

Skeleton code.

Summary

Public Constructors
AbstractEncodedMemoryArea()
Public Methods
int decodeInt(byte[] code)
The implementation down-casts the long value returned by decode(byte[]) to an int.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.asm.processor.memory.IEncodedMemoryArea

Public Constructors

public AbstractEncodedMemoryArea ()

Public Methods

public int decodeInt (byte[] code)

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