public class ProfileOffset extends BaseEntity
Objects of this class should not be created directly as they are part of the internal logic.
For more information see: 51Degrees pattern data model.
| Modifier and Type | Field and Description |
|---|---|
static int |
RECORD_LENGTH
The length in bytes of the profile offset record in the data file.
|
dataSet, index| Constructor and Description |
|---|
ProfileOffset(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new ProfileOffset that maps profile Id to the corresponding
position in the data file.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset() |
int |
getProfileId() |
compareTo, compareTo, getDataSet, getIndex, getIsNumeric, getNumber, readIntegerArraypublic static final int RECORD_LENGTH
public ProfileOffset(Dataset dataSet, int offset, BinaryReader reader)
dataSet - DataSet object to provide to the super class.offset - the location in the data file to read from.reader - BinaryReader to use to extract data from the data file.Copyright © 2015 51Degrees. All rights reserved.