fiftyone.mobile.detection.factories
Class ValueFactory

java.lang.Object
  extended by fiftyone.mobile.detection.factories.BaseEntityFactory<Value>
      extended by fiftyone.mobile.detection.factories.ValueFactory

public class ValueFactory
extends BaseEntityFactory<Value>


Constructor Summary
ValueFactory()
           
 
Method Summary
 Value create(Dataset dataSet, int index, BinaryReader reader)
           
 int getLength()
           
 
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

ValueFactory

public ValueFactory()
Method Detail

create

public Value create(Dataset dataSet,
                    int index,
                    BinaryReader reader)
Specified by:
create in class BaseEntityFactory<Value>

getLength

public int getLength()
Overrides:
getLength in class BaseEntityFactory<Value>
Returns:
returns the size of a fixed length entity type.