Package net.sf.extjwnl.dictionary.file

Classes for accessing files that contain dictionary information.

See:
          Description

Interface Summary
DictionaryFile Represents a single dictionary file.
DictionaryFileFactory<E> A dictionary file factory.
ObjectDictionaryFile DictionaryFile that reads and writes serialized objects.
RandomAccessDictionaryFile DictionaryFile that reads lines from a random-access text file.
 

Class Summary
AbstractDictionaryFile Abstract implementation of DictionaryFile.
DictionaryCatalog<E extends DictionaryFile> A container for the files associated with a catalog (the index, data, and exception files associated with a POS).
DictionaryCatalogSet<E extends DictionaryFile> Simple container for DictionaryCatalogs 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.
 

Package net.sf.extjwnl.dictionary.file Description

Classes for accessing files that contain dictionary information.



Copyright © 2011. All Rights Reserved.