|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrieReader | |
|---|---|
| fiftyone.mobile.detection | |
| fiftyone.mobile.detection.entities.stream | |
| fiftyone.mobile.detection.factories | |
| Uses of TrieReader in fiftyone.mobile.detection |
|---|
| Methods in fiftyone.mobile.detection with parameters of type TrieReader | |
|---|---|
private int |
TrieProvider.getDeviceIndex(TrieReader reader,
byte[] userAgent,
int index,
int parentDeviceIndex)
Returns the offset in the device byte array to the device matching the useragent provided. |
private int |
TrieProvider.getDeviceIndex(TrieReader reader,
byte[] userAgent,
int index,
int parentDeviceIndex,
StringBuilder matchedUserAgent)
Returns the offset in the device byte array to the device matching the useragent provided. |
private void |
TrieProvider.setNextNodePosition(TrieReader reader,
short childIndex,
short numberOfChildren,
TrieProvider.OffsetType offsetType)
Returns the position in the nodes stream of the next node. |
| Uses of TrieReader in fiftyone.mobile.detection.entities.stream |
|---|
| Fields in fiftyone.mobile.detection.entities.stream with type parameters of type TrieReader | |
|---|---|
private Queue<TrieReader> |
TriePool.readers
|
| Methods in fiftyone.mobile.detection.entities.stream that return TrieReader | |
|---|---|
TrieReader |
TrieSource.createReader()
Creates a new reader and stores a reference to it. |
TrieReader |
TriePool.getReader()
Returns a reader to the temp file for exclusive use. |
| Methods in fiftyone.mobile.detection.entities.stream with parameters of type TrieReader | |
|---|---|
void |
TriePool.release(TrieReader reader)
Returns the reader to the pool to be used by another process later. |
| Uses of TrieReader in fiftyone.mobile.detection.factories |
|---|
| Methods in fiftyone.mobile.detection.factories with parameters of type TrieReader | |
|---|---|
private static byte[] |
TrieFactory.ReadDevices(TrieReader reader)
|
private static short[] |
TrieFactory.ReadLookupList(TrieReader reader)
|
private static byte[] |
TrieFactory.ReadProperties(TrieReader reader)
|
private static byte[] |
TrieFactory.ReadStrings(TrieReader reader)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||