public interface DataCursor
| Modifier and Type | Interface and Description |
|---|---|
static class |
DataCursor.Scheme |
| Modifier and Type | Method and Description |
|---|---|
int |
fieldIndex(java.lang.String name) |
DataCursor |
getContainer() |
DSP |
getDSP() |
Index |
getIndex() |
long |
getRecordCount() |
long |
getRecordIndex() |
DataCursor.Scheme |
getScheme() |
DapNode |
getTemplate() |
boolean |
isField() |
boolean |
isScalar() |
java.lang.Object |
read(Index index) |
java.lang.Object |
read(java.util.List<Slice> slices) |
DataCursor |
readField(int fieldindex) |
DataCursor |
readRecord(long i) |
DataCursor.Scheme getScheme()
DSP getDSP()
DapNode getTemplate()
Index getIndex() throws DapException
DapExceptionboolean isScalar()
boolean isField()
DataCursor getContainer()
java.lang.Object read(java.util.List<Slice> slices) throws DapException
DapExceptionjava.lang.Object read(Index index) throws DapException
DapExceptionlong getRecordCount()
throws DapException
DapExceptionDataCursor readRecord(long i) throws DapException
DapExceptionlong getRecordIndex()
throws DapException
DapExceptionint fieldIndex(java.lang.String name)
throws DapException
DapExceptionDataCursor readField(int fieldindex) throws DapException
DapException