fiftyone.mobile.detection.entities
Class ProfileOffset
java.lang.Object
fiftyone.mobile.detection.entities.BaseEntity
fiftyone.mobile.detection.entities.ProfileOffset
public class ProfileOffset
- extends BaseEntity
Maps a profile id to its position in the data file.
|
Method Summary |
int |
getOffset()
The position within the data file that the profile can be read from. |
int |
getProfileId()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
profileId
private int profileId
offset
private int offset
ProfileOffset
public ProfileOffset(Dataset dataSet,
int offset,
BinaryReader reader)
getProfileId
public int getProfileId()
getOffset
public int getOffset()
- The position within the data file that the profile can be read from.
- Returns:
- offset of the profile Id in the profiles data structure