| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.entities.stream |
| Modifier and Type | Field and Description |
|---|---|
Modes |
Dataset.mode
The mode of operation the data set is using.
|
| Constructor and Description |
|---|
Dataset(Date lastModified,
Modes mode)
Constructs a new data set ready to have lists of data assigned to it.
|
| Modifier and Type | Method and Description |
|---|---|
static Modes |
Modes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Modes[] |
Modes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Dataset(byte[] data,
Modes mode)
Creates a dataset object with a pool of readers used to retrieve data
from the data file represented as an array of bytes.
|
Dataset(String fileName,
Date lastModified,
Modes mode,
boolean isTempFile)
Creates a dataset object with a pool of readers used to retrieve data
from the data file.
|
Copyright © 2015 51Degrees. All rights reserved.