public interface DataAtomic extends DataVariable
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
long |
getElementSize() |
DapType |
getType() |
Object |
read(long index)
Provide a read of a single value at a given offset in a (possibly dimensioned)
atomic valued variable.
|
void |
read(long start,
long count,
Object data,
long offset)
Read of multiple values at once.
|
getVariablegetSort, getTemplateDapType getType()
long getCount()
long getElementSize()
void read(long start,
long count,
Object data,
long offset)
throws DataException
start - the first value to readcount - the number of values to read; |data| must >= (offset+count)data - the array into which the values are returnedoffset - the offset into data into which to readDataExceptionObject read(long index) throws DataException
DataExceptionCopyright © 1999–2014 UCAR/Unidata. All rights reserved.