fiftyone.mobile.detection.factories
Class SignatureFactory

java.lang.Object
  extended by fiftyone.mobile.detection.factories.BaseEntityFactory<Signature>
      extended by fiftyone.mobile.detection.factories.SignatureFactory

public class SignatureFactory
extends BaseEntityFactory<Signature>


Field Summary
private  int recordLength
           
 
Constructor Summary
SignatureFactory(Dataset dataset)
           
 
Method Summary
 Signature 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
 

Field Detail

recordLength

private int recordLength
Constructor Detail

SignatureFactory

public SignatureFactory(Dataset dataset)
Method Detail

create

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

getLength

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