|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TableAdapter
Defines a facade object that gives access to a table, either binary fixed, character fixed, or delimited.
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. |
Method Detail |
---|
int getRecordCount()
int getFieldCount()
FieldDescription getField(int index)
index
- the field index
FieldDescription[] getFields()
long getOffset()
int getRecordLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |