Interface IDalvikInstructionArrayData
public interface IDalvikInstructionArrayData
This class represent the array data for the
fill-array-data
instruction. Retrieved
via IDalvikInstruction.getArrayData()
.-
Method Summary
Modifier and TypeMethodDescriptionlong[]
Retrieve the array elements decoded as sign-extended long primitives.byte[][]
Get the array elements.int
Get the fill-array-data-payload structure offset.
-
Method Details
-
getOffset
int getOffset()Get the fill-array-data-payload structure offset.- Returns:
- the array offset
-
getElements
byte[][] getElements()Get the array elements.- Returns:
- the array elements
-
asArrayOfLongs
long[] asArrayOfLongs()Retrieve the array elements decoded as sign-extended long primitives.- Returns:
-