public static class DexDalvikInstruction.ArrayData
extends java.lang.Object
This class represent the array data for the fill-array-data
instruction.
Modifier and Type | Method and Description |
---|---|
byte[][] |
getElements()
Get the array elements.
|
int |
getOffset()
Get the fill-array-data-payload structure offset.
|