| Package | Description |
|---|---|
| fiftyone.mobile.detection | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
ReadonlyList<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.
|