Interface RecordNumbers.Entry
-
- Enclosing interface:
- RecordNumbers
public static interface RecordNumbers.Entry
Represents an entry in the record table.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getOffset()
The offset of this record..int
getRecordNumber()
The record number.RecordType
getType()
The type of this record.
-
-
-
Method Detail
-
getRecordNumber
int getRecordNumber()
The record number.- Returns:
- a record number.
-
getOffset
int getOffset()
The offset of this record..- Returns:
- an offset.
-
getType
RecordType getType()
The type of this record.- Returns:
- a record type.
-
-