public interface DataCompoundArray extends DataVariable
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Get the total number of elements in the variable array.
|
DataSort |
getElementSort()
Get the element sort; currently returns only DataSort.{SEQUENCE,STRUCTURE}
|
void |
read(java.util.List<Slice> constraint,
DataCompound[] data)
Read multiple values at once.
|
DataCompound |
read(long index)
Provide a read of a single value at a given index in a variable.
|
getVariablegetSort, getTemplateDataSort getElementSort()
long getCount()
void read(java.util.List<Slice> constraint, DataCompound[] data) throws DataException
constraint - slices constraining what is to be returned.data - the array into which the values are returnedDataExceptionDataCompound read(long index) throws DataException
index - of the value to read.DataException