| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities.stream | |
| fiftyone.mobile.detection.readers |
| Modifier and Type | Field and Description |
|---|---|
protected SourceBase |
IndirectDataset.source
Data source to be used with the pool.
|
| Constructor and Description |
|---|
Pool(SourceBase source)
Constructs a new pool of readers for the SourceBase provided.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SourceFile
Encapsulates either a file containing the uncompressed data structures
used by the data set.
|
class |
SourceFileBase
Base class for file sources.
|
class |
SourceMemory
Encapsulates a byte array containing the uncompressed data structures
used by the data set.
|
Copyright © 2017 51Degrees. All rights reserved.