| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.entities.stream | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Method and Description |
|---|---|
IndirectDataset |
DatasetBuilder.BuildFromBuffer.build(byte[] buffer)
build the dataset from a buffer
|
IndirectDataset |
DatasetBuilder.BuildFromFile.build(String filename)
build the dataset from a file
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dataset
A data set returned from the stream factory which includes a pool of
data readers that are used to fetch data from the source when the data
set is used to retrieve data not already in memory.
|
| Modifier and Type | Field and Description |
|---|---|
protected IndirectDataset |
IntegerList.dataSet |
| Constructor and Description |
|---|
IntegerList(IndirectDataset dataSet,
BinaryReader reader)
Constructs a new instance of this class.
|
Node(IndirectDataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of Node.
|
NodeV31(IndirectDataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of NodeV31.
|
NodeV32(IndirectDataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of NodeV32.
|
Profile(IndirectDataset dataSet,
int index,
BinaryReader reader)
Constructs a new Profile object.
|
| Modifier and Type | Method and Description |
|---|---|
static IndirectDataset |
StreamFactory.create(byte[] data)
Constructor creates a new dataset from the supplied bytes array.
|
static IndirectDataset |
StreamFactory.create(String filePath)
Creates a new DataSet from the file provided.
|
static IndirectDataset |
StreamFactory.create(String filePath,
boolean isTempFile)
Creates a new DataSet from the file provided.
|
static IndirectDataset |
StreamFactory.create(String filepath,
Date lastModified,
boolean isTempFile)
Constructor creates a new dataset from the supplied data file.
|
Copyright © 2017 51Degrees. All rights reserved.