Uses of Class
fiftyone.mobile.detection.entities.stream.Source

Packages that use Source
fiftyone.mobile.detection.entities.stream   
fiftyone.mobile.detection.factories   
 

Uses of Source in fiftyone.mobile.detection.entities.stream
 

Fields in fiftyone.mobile.detection.entities.stream declared as Source
private  Source Pool.source
           
 

Constructors in fiftyone.mobile.detection.entities.stream with parameters of type Source
BaseList(Dataset dataSet, BinaryReader reader, Source source, BaseEntityFactory<T> entityFactory)
          Constructs a new instance of BaseList ready to read entities from the source.
Pool(Source source)
          Constructs a new pool of readers for the source provided.
StreamFixedList(Dataset dataSet, BinaryReader reader, Source source, BaseEntityFactory<T> entityFactory)
           
StreamVariableList(Dataset dataSet, BinaryReader reader, Source source, BaseEntityFactory<T> entityFactory)
          Constructs a new instance of VariableList
 

Uses of Source in fiftyone.mobile.detection.factories
 

Methods in fiftyone.mobile.detection.factories with parameters of type Source
(package private) static Dataset StreamFactory.read(BinaryReader reader, Source source)