fiftyone.mobile.detection.factories
Class PropertyFactory

java.lang.Object
  extended by fiftyone.mobile.detection.factories.BaseEntityFactory<Property>
      extended by fiftyone.mobile.detection.factories.PropertyFactory

public class PropertyFactory
extends BaseEntityFactory<Property>


Constructor Summary
PropertyFactory()
           
 
Method Summary
 Property create(Dataset dataSet, int index, BinaryReader 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

PropertyFactory

public PropertyFactory()
Method Detail

create

public Property create(Dataset dataSet,
                       int index,
                       BinaryReader reader)
                throws IOException
Specified by:
create in class BaseEntityFactory<Property>
Throws:
IOException