fiftyone.mobile.detection.factories
Class ProfileFactory
java.lang.Object
fiftyone.mobile.detection.factories.BaseEntityFactory<Profile>
fiftyone.mobile.detection.factories.ProfileFactory
public class ProfileFactory
- extends BaseEntityFactory<Profile>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileFactory
public ProfileFactory()
create
public Profile create(Dataset dataSet,
int index,
BinaryReader reader)
- Specified by:
create in class BaseEntityFactory<Profile>
getLength
public int getLength(Profile entity)
- Overrides:
getLength in class BaseEntityFactory<Profile>
- Parameters:
entity - whose size is required.
- Returns:
- the size of the entity provided.