See: Description
Interface | Description |
---|---|
DictionaryFile |
Represents a single dictionary file.
|
ObjectDictionaryFile |
DictioanryFile that reads and writes serailazed objects. |
RandomAccessDictionaryFile |
DictionaryFile that reads lines from a random-access text file. |
Class | Description |
---|---|
AbstractDictionaryFile |
Abstract implementation of
DictionaryFile . |
DictionaryCatalog |
A container for the files associated with a catalog (the index, data, and exception
files associated with a POS).
|
DictionaryCatalogSet |
Simple container for
DictionaryCatalog s that allows
a DictionaryFile to be retrieved by its POS
and DictionaryFileType . |
DictionaryFileType |
Instances of this class specify the different types of dictionary files (the different classes of dictionary files.
|
Copyright © 2019. All rights reserved.