public class

EncodedMemoryAreaUtil

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.processor.memory.EncodedMemoryAreaUtil

Class Overview

Utility routines for IEncodedMemoryArea.

Summary

Public Constructors
EncodedMemoryAreaUtil()
Public Methods
static int signExtendInt(byte[] code, IEncodedMemoryArea memoryAreas)
static long signExtendLong(byte[] code, IEncodedMemoryArea memoryAreas)
static long zeroExtend(byte[] code, int index, int length)
static int zeroExtend(byte[] code, IEncodedMemoryArea memoryArea)
static long zeroExtendLong(byte[] code, IEncodedMemoryArea... memoryAreas)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public EncodedMemoryAreaUtil ()

Public Methods

public static int signExtendInt (byte[] code, IEncodedMemoryArea memoryAreas)

public static long signExtendLong (byte[] code, IEncodedMemoryArea memoryAreas)

public static long zeroExtend (byte[] code, int index, int length)

public static int zeroExtend (byte[] code, IEncodedMemoryArea memoryArea)

public static long zeroExtendLong (byte[] code, IEncodedMemoryArea... memoryAreas)