| Modifier and Type | Field and Description |
|---|---|
Dataset |
Provider.dataSet
The data set associated with the provider.
|
private Dataset |
Match.dataSet
The data set used for the detection.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Dataset |
Match.getDataSet() |
private static Dataset |
AutoUpdate.getNewDataset(String[] licenseKeys,
String dataFilePath)
Downloads the latest Premium data and saves to disk if the data has been
downloaded correctly and is newer than data currently in that position
(if any) in that path.
|
| Constructor and Description |
|---|
Match(Dataset dataSet)
Constructs a new detection match ready to be used.
|
Match(Dataset dataSet,
String targetUserAgent)
Constructs a new detection match ready to be used to identify the
profiles associated with the target user agent.
|
Provider(Dataset dataSet)
Constructs a new provided using the data set.
|
Provider(Dataset dataSet,
Controller controller,
int cacheServiceInternal)
Constructs a new provider with the dataset, controller and cache
specified.
|
Provider(Dataset dataSet,
int cacheServiceInterval)
Constructs a new provided using the data set.
|
| Modifier and Type | Field and Description |
|---|---|
private Dataset |
BaseEntity.dataSet
The data set the item relates to.
|
| Modifier and Type | Method and Description |
|---|---|
protected Dataset |
BaseEntity.getDataSet() |
| Modifier and Type | Method and Description |
|---|---|
private static byte[] |
NodeIndex.getCharacters(Dataset dataSet,
boolean isString,
byte[] value)
Returns the characters the node index relates to.
|
private static NodeIndex[] |
Node.readNodeIndexes(Dataset dataSet,
BinaryReader reader,
int offset,
short count)
Used by the constructor to read the variable length list of child node
indexes associated with the node.
|
private static NodeNumericIndex[] |
Node.readNodeNumericIndexes(Dataset dataSet,
BinaryReader reader,
short count)
Used by the constructor to read the variable length list of child node
numeric indexes associated with the node.
|
private int[] |
Signature.ReadOffsets(Dataset dataSet,
BinaryReader reader,
int length)
Uses the offsets list which must be locked to read in the arrays of nodes
or profiles that relate to the signature.
|
| Constructor and Description |
|---|
AsciiString(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of AsciiString
|
BaseEntity(Dataset dataSet,
int offsetOrIndex)
Constructs the base item for the data set and index provided.
|
Component(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of Component
|
Map(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of NodeIndex
|
Node(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of Node
|
NodeIndex(Dataset dataSet,
int index,
boolean isString,
byte[] value,
int relatedNodeOffset)
Constructs a new instance of NodeIndex
|
NodeNumericIndex(Dataset dataSet,
short value,
int relatedNodeOffset) |
Profile(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of the Profile
|
ProfileOffset(Dataset dataSet,
int offset,
BinaryReader reader) |
Property(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of Property
|
RankedSignatureIndex(Dataset dataSet,
int index,
BinaryReader reader) |
Signature(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of Signature
|
Value(Dataset dataSet,
int index,
BinaryReader reader)
Constructs a new instance of Value
|
| Modifier and Type | Field and Description |
|---|---|
protected Dataset |
BaseList.dataSet
The dataset which contains the list.
|
| Constructor and Description |
|---|
BaseList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of
|
MemoryFixedList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of FixedList
|
MemoryVariableList(Dataset dataSet,
BinaryReader reader,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of VariableList
|
| Modifier and Type | Field and Description |
|---|---|
protected Dataset |
BaseList.dataSet
The dataset which contains the list.
|
| Constructor and Description |
|---|
BaseList(Dataset dataSet,
BinaryReader reader,
Source source,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of BaseList
|
StreamFixedList(Dataset dataSet,
BinaryReader reader,
Source source,
BaseEntityFactory<T> entityFactory) |
StreamVariableList(Dataset dataSet,
BinaryReader reader,
Source source,
BaseEntityFactory<T> entityFactory)
Constructs a new instance of VariableList
|
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
StreamFactory.create(byte[] data) |
static Dataset |
MemoryFactory.create(byte[] data) |
static Dataset |
MemoryFactory.create(byte[] data,
boolean init) |
static Dataset |
StreamFactory.create(String filename) |
static Dataset |
MemoryFactory.create(String filename) |
static Dataset |
MemoryFactory.create(String filename,
boolean init) |
static Dataset |
MemoryFactory.read(BinaryReader reader,
boolean init) |
(package private) static Dataset |
StreamFactory.read(BinaryReader reader,
Source source) |
| Modifier and Type | Method and Description |
|---|---|
Value |
ValueFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
Signature |
SignatureFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
Node |
RootNodeFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
RankedSignatureIndex |
RankedSignatureIndexFactory.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of the ranked signature index from the source
stream.
|
Property |
PropertyFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
ProfileOffset |
ProfileOffsetFactory.create(Dataset dataSet,
int index,
BinaryReader reader)
Creates a new instance of profile offset from the reader
|
Profile |
ProfileFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
Node |
NodeFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
Map |
MapFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
Component |
ComponentFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
abstract T |
BaseEntityFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
AsciiString |
AsciiStringFactory.create(Dataset dataSet,
int offset,
BinaryReader reader)
Creates a new instance of AsciiString
|
| Constructor and Description |
|---|
SignatureFactory(Dataset dataset) |