| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.mobile.detection.factories |
| Constructor and Description |
|---|
TrieProvider(String copyright,
byte[] strings,
byte[] properties,
byte[] devices,
short[] lookupList,
long nodesLength,
long nodesOffset,
TriePool pool)
Constructs a new instance of a tree provider.
|
TrieProviderV3(String copyright,
byte[] strings,
byte[] properties,
byte[] devices,
short[] lookupList,
long nodesLength,
long nodesOffset,
TriePool pool)
Constructs a new instance of a Trie provider version 3.0.
|
TrieProviderV32(String copyright,
byte[] strings,
byte[] httpHeaders,
byte[] properties,
byte[] devices,
short[] lookupList,
long nodesLength,
long nodesOffset,
TriePool pool)
Constructs a new version 3.2 instance of a Trie provider.
|
| Modifier and Type | Method and Description |
|---|---|
static TrieProvider |
TrieFactory.create(TriePool pool)
Creates a new provider from the supplied pool of readers.
|
Copyright © 2015 51Degrees. All rights reserved.