public class TrieProviderV32 extends TrieProvider
TrieProvider.OffsetType_properties, _propertyIndex, _propertyNames, copyright, propertyHttpHeaders| Constructor and Description |
|---|
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.
|
close, getDefaultPropertyValue, getDeviceId, getDeviceIndex, getDeviceIndexes, getHttpHeaders, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValue, getPropertyValueWithMultiHeaders, getStringValue, getUserAgent, propertyNames, sizeOfOffsetspublic TrieProviderV32(String copyright, byte[] strings, byte[] httpHeaders, 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.httpHeaders - Array of http headers.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.FileNotFoundException - if a file could not be found.Copyright © 2017 51Degrees. All rights reserved.