| Package | Description |
|---|---|
| fiftyone.mobile.detection.entities.stream | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
protected Dataset |
StreamBaseList.dataSet
The dataset which contains the list.
|
| Constructor and Description |
|---|
FixedCacheList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory,
int cacheSize)
Constructs a new instance of FixedCacheList{T}.
|
Node(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of Node.
|
NodeV31(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of NodeV31.
|
NodeV32(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of NodeV32.
|
Profile(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new Profile object.
|
StreamBaseList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of BaseList of type T ready to read
entities from the source.
|
StreamCacheList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory,
int cacheSize)
Constructs a new instance of StreamBaseList{T} ready to read entities
from the source.
|
StreamFixedList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of StreamBaseList{T} ready to
read entities from the source.
|
StreamFixedListRangeIterator(BaseEntityFactory<T> entityFactory,
Dataset dataSet,
int startPosition,
int startIndex,
int count)
An enumerable that can be used to read through the entries.
|
StreamVariableList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory,
int cacheSize)
Constructs a new instance of VariableList of type T.
|
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
StreamFactory.create(byte[] data)
Constructor creates a new dataset from the supplied bytes array.
|
static Dataset |
StreamFactory.create(String filePath,
boolean isTempFile)
Creates a new DataSet from the file provided.
|
static Dataset |
StreamFactory.create(String filepath,
Date lastModified,
boolean isTempFile)
Constructor creates a new dataset from the supplied data file.
|
Copyright © 2015 51Degrees. All rights reserved.