net.didion.jwnl.dictionary.file
Interface ObjectDictionaryFile
- All Superinterfaces:
- DictionaryFile
- All Known Implementing Classes:
- PrincetonObjectDictionaryFile
public interface ObjectDictionaryFile
- extends DictionaryFile
DictioanryFile that reads and writes serailazed objects.
readObject
Object readObject()
throws IOException,
ClassNotFoundException
- Read and deserialize an object from the file
- Throws:
IOException
ClassNotFoundException
writeObject
void writeObject(Object obj)
throws IOException
- Serialize and write an object ot the file.
- Throws:
IOException
Copyright © 2011. All Rights Reserved.