fiftyone.mobile.detection.factories
Class ProfileFactory

java.lang.Object
  extended by fiftyone.mobile.detection.factories.BaseEntityFactory<Profile>
      extended by fiftyone.mobile.detection.factories.ProfileFactory

public class ProfileFactory
extends BaseEntityFactory<Profile>


Constructor Summary
ProfileFactory()
           
 
Method Summary
 Profile create(Dataset dataSet, int index, BinaryReader reader)
           
 int getLength(Profile entity)
           
 
Methods inherited from class fiftyone.mobile.detection.factories.BaseEntityFactory
getLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileFactory

public ProfileFactory()
Method Detail

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.