|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Record represents a record within an indexed flat file
databank as defined by the OBDA standard.
| Nested Class Summary | |
static class |
Record.Impl
Impl is the default implementation of Record. |
| Method Summary | |
RAF |
getFile()
getFile returns the random access file in which
the record belongs. |
java.lang.String |
getID()
getID returns the primary identifier of the
record. |
int |
getLength()
getLength returns the length of the record in
bytes. |
long |
getOffset()
getOffset returns the byte offset in the file at
which the record begins. |
| Method Detail |
public java.lang.String getID()
getID returns the primary identifier of the
record.
String ID.public RAF getFile()
getFile returns the random access file in which
the record belongs.
RAF.public long getOffset()
getOffset returns the byte offset in the file at
which the record begins.
long offset.public int getLength()
getLength returns the length of the record in
bytes.
int.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||