Interface ObjectDictionaryFile
- All Superinterfaces:
DictionaryFile
- All Known Implementing Classes:
PrincetonObjectDictionaryFile
DictioanryFile that reads and writes serailazed objects.-
Field Summary
Fields inherited from interface DictionaryFile
COMMENT_HEADER -
Method Summary
Modifier and TypeMethodDescriptionRead and deserialize an object from the filevoidwriteObject(Object obj) Serialize and write an object ot the file.Methods inherited from interface DictionaryFile
close, getFile, getFileType, getPOS, isOpen, newInstance, open
-
Method Details
-
readObject
Read and deserialize an object from the file- Throws:
IOExceptionClassNotFoundException
-
writeObject
Serialize and write an object ot the file.- Throws:
IOException
-