fiftyone.mobile.detection.factories
Class ProfileOffsetFactory

java.lang.Object
  extended by fiftyone.mobile.detection.factories.BaseEntityFactory<ProfileOffset>
      extended by fiftyone.mobile.detection.factories.ProfileOffsetFactory

public class ProfileOffsetFactory
extends BaseEntityFactory<ProfileOffset>


Constructor Summary
ProfileOffsetFactory()
           
 
Method Summary
 ProfileOffset create(Dataset dataSet, int index, BinaryReader reader)
          Creates a new instance of profile offset from the reader
 
Methods inherited from class fiftyone.mobile.detection.factories.BaseEntityFactory
getLength, getLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileOffsetFactory

public ProfileOffsetFactory()
Method Detail

create

public ProfileOffset create(Dataset dataSet,
                            int index,
                            BinaryReader reader)
Creates a new instance of profile offset from the reader

Specified by:
create in class BaseEntityFactory<ProfileOffset>
Parameters:
dataSet - related to the data file
index - index of the profile offset to return
reader - reader connected to the source data
Returns:
a new profile offset