public class ProfileOffset extends BaseEntity
| Modifier and Type | Field and Description |
|---|---|
private int |
offset |
private int |
profileId |
| Constructor and Description |
|---|
ProfileOffset(Dataset dataSet,
int offset,
BinaryReader reader) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset()
The position within the data file that the profile can be read from.
|
int |
getProfileId() |
binarySearch, getDataSet, getIndex, readIntegerArraypublic ProfileOffset(Dataset dataSet, int offset, BinaryReader reader)