public interface ObjectDictionaryFile extends DictionaryFile
DictioanryFile that reads and writes serailazed objects.COMMENT_HEADER| Modifier and Type | Method and Description |
|---|---|
Object |
readObject()
Read and deserialize an object from the file
|
void |
writeObject(Object obj)
Serialize and write an object ot the file.
|
close, getFile, getFileType, getPOS, isOpen, newInstance, openObject readObject() throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionvoid writeObject(Object obj) throws IOException
IOExceptionCopyright © 2019. All rights reserved.