public interface ObjectDictionaryFile extends DictionaryFile
DictioanryFile that reads and writes serailazed objects.COMMENT_HEADER| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
readObject()
Read and deserialize an object from the file
|
void |
writeObject(java.lang.Object obj)
Serialize and write an object ot the file.
|
close, getFile, getFileType, getPOS, isOpen, newInstance, openjava.lang.Object readObject()
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionvoid writeObject(java.lang.Object obj)
throws java.io.IOException
java.io.IOException