|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.objectAccess.table.TableBinaryAdapter
public class TableBinaryAdapter
Constructor Summary | |
---|---|
TableBinaryAdapter(TableBinary table)
Creates a new instance for a particular table. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TableBinaryAdapter(TableBinary table)
table
- the tableMethod Detail |
---|
public int getRecordCount()
TableAdapter
getRecordCount
in interface TableAdapter
public int getFieldCount()
TableAdapter
getFieldCount
in interface TableAdapter
public FieldDescription getField(int index)
TableAdapter
getField
in interface TableAdapter
index
- the field index
public FieldDescription[] getFields()
TableAdapter
getFields
in interface TableAdapter
public long getOffset()
TableAdapter
getOffset
in interface TableAdapter
public int getRecordLength()
TableAdapter
getRecordLength
in interface TableAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |