Uses of Interface
net.sf.extjwnl.dictionary.file.RandomAccessDictionaryFile

Packages that use RandomAccessDictionaryFile
net.sf.extjwnl.dictionary.file_manager Classes used by FileBackedDictionary to interface with the filesystem. 
net.sf.extjwnl.princeton.file Implementations of DictionaryFile used by the various classes of Dictionary to access dictionary files using the naming convention used in Princeton's release of WordNet. 
 

Uses of RandomAccessDictionaryFile in net.sf.extjwnl.dictionary.file_manager
 

Methods in net.sf.extjwnl.dictionary.file_manager that return RandomAccessDictionaryFile
 RandomAccessDictionaryFile FileManagerImpl.getFile(POS pos, DictionaryFileType fileType)
          Returns the file from a part of speech and file type (ie data.noun).
 

Methods in net.sf.extjwnl.dictionary.file_manager with parameters of type RandomAccessDictionaryFile
 String FileManagerImpl.fileReadLineAt(RandomAccessDictionaryFile file, long offset)
           
 

Uses of RandomAccessDictionaryFile in net.sf.extjwnl.princeton.file
 

Classes in net.sf.extjwnl.princeton.file that implement RandomAccessDictionaryFile
 class AbstractPrincetonRandomAccessDictionaryFile
          Base class for random access files.
 class PrincetonChannelDictionaryFile
          A RandomAccessDictionaryFile that accesses files named with Princeton's dictionary file naming convention.
 class PrincetonRandomAccessDictionaryFile
          A RandomAccessDictionaryFile that accesses files named with Princeton's dictionary file naming convention.
 



Copyright © 2011. All Rights Reserved.