# Interface: com.pnfsoftware.jeb.core.units.code.android.dex.IDalvikInstructionArrayData

This class represent the array data for the `fill-array-data` instruction. Retrieved via [IDalvikInstruction#getArrayData()](IDalvikInstruction#getArrayData()).

## Method: asArrayOfLongs
- return type: `long[]`

Description: Retrieve the array elements decoded as sign\-extended long primitives.
return: the decoded array elements

## Method: getElements
- return type: `byte[][]`

Description: Get the array elements.
return: the array elements

## Method: getOffset
- return type: `int`

Description: Get the fill\-array\-data\-payload structure offset.
return: the array offset

