| Class | Description |
|---|---|
| BinaryReader |
Provides a way for the API to read from the data file and to retrieve
entities of various type.
|
| SourceBase |
Providers the base for a data source containing the uncompressed data
structures used by the data set.
|
| SourceFile |
Encapsulates either a file containing the uncompressed data structures
used by the data set.
|
| SourceFileBase |
Base class for file sources.
|
| SourceMemory |
Encapsulates a byte array containing the uncompressed data structures
used by the data set.
|
| TrieReader |
Due to the size of the Trie tree structure, the data cannot fit into a single
ByteBuffer.
|
Copyright © 2017 51Degrees. All rights reserved.