| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
IReadonlyList<AsciiString> |
Dataset.strings
A list of ASCII byte arrays for strings used by the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
AsciiString |
AsciiStringFactory.create(Dataset dataSet,
int offset,
BinaryReader reader)
Creates a new instance of AsciiString.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AsciiStringFactory.getLength(AsciiString entity)
Returns the length of the AsciiString entity including the 2 bytes for
the length and the null terminator not used by java.
|
Copyright © 2017 51Degrees. All rights reserved.