public class TableCharacterAdapter extends Object implements TableAdapter
| Constructor and Description |
|---|
TableCharacterAdapter(TableCharacter table)
Creates a new instance for a particular table.
|
| 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.
|
public TableCharacterAdapter(TableCharacter table)
table - the tablepublic int getRecordCount()
TableAdaptergetRecordCount in interface TableAdapterpublic int getFieldCount()
TableAdaptergetFieldCount in interface TableAdapterpublic FieldDescription getField(int index)
TableAdaptergetField in interface TableAdapterindex - the field indexpublic FieldDescription[] getFields()
TableAdaptergetFields in interface TableAdapterpublic long getOffset()
TableAdaptergetOffset in interface TableAdapterpublic int getRecordLength()
TableAdaptergetRecordLength in interface TableAdapterCopyright © 2010–2017 Planetary Data System. All rights reserved.