public class TrieProviderV3 extends TrieProvider
TrieProvider.OffsetType_properties, _propertyIndex, _propertyNames, copyright, propertyHttpHeaders| Constructor and Description |
|---|
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.
|
close, getDefaultPropertyValue, getDeviceId, getDeviceIndex, getDeviceIndexes, getHttpHeaders, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValueWithMultiHeaders, getStringValue, getUserAgent, propertyNames, sizeOfOffsetspublic TrieProviderV3(String copyright, byte[] strings, byte[] properties, byte[] devices, short[] lookupList, long nodesLength, long nodesOffset, TriePool pool) throws FileNotFoundException
copyright - The copyright notice for the data file.strings - Array containing all strings in the output.properties - Array of properties.devices - Array of devices.lookupList - Lookups data array.nodesLength - The length of the node data.nodesOffset - The position of the start of the nodes in the
file provided.pool - Pool connected to the data source.FileNotFoundExceptionCopyright © 2017 51Degrees. All rights reserved.