public interface

IDalvikInstructionArrayData

com.pnfsoftware.jeb.core.units.code.android.dex.IDalvikInstructionArrayData

Class Overview

This class represent the array data for the fill-array-data instruction. Retrieved via getArrayData().

Summary

Public Methods
abstract long[] asArrayOfLongs()
Retrieve the array elements decoded as sign-extended long primitives.
abstract byte[][] getElements()
Get the array elements.
abstract int getOffset()
Get the fill-array-data-payload structure offset.

Public Methods

public abstract long[] asArrayOfLongs ()

Retrieve the array elements decoded as sign-extended long primitives.

public abstract byte[][] getElements ()

Get the array elements.

Returns
  • the array elements

public abstract int getOffset ()

Get the fill-array-data-payload structure offset.

Returns
  • the array offset