public interface TableAdapter
Modifier and Type | Method and Description |
---|---|
FieldDescription |
getField(int index)
Returns the field at a given index.
|
int |
getFieldCount()
Gets the number of fields in each record.
|
FieldDescription[] |
getFields()
Gets the definitions of fields from the table.
|
long |
getOffset()
Gets the offset into the data file where the table starts.
|
int |
getRecordCount()
Gets the number of records in the table.
|
int |
getRecordLength()
Gets the length of each record.
|
int getRecordCount()
int getFieldCount()
FieldDescription getField(int index)
index
- the field indexFieldDescription[] getFields()
long getOffset()
int getRecordLength()
Copyright © 2010–2018 Planetary Data System. All rights reserved.