fiftyone.mobile.detection.factories
Class RootNodeFactory

java.lang.Object
  extended by fiftyone.mobile.detection.factories.BaseEntityFactory<Node>
      extended by fiftyone.mobile.detection.factories.RootNodeFactory

public class RootNodeFactory
extends BaseEntityFactory<Node>


Constructor Summary
RootNodeFactory()
           
 
Method Summary
 Node 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

RootNodeFactory

public RootNodeFactory()
Method Detail

create

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