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, open
Object readObject() throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
void writeObject(Object obj) throws IOException
IOException
Copyright © 2017. All rights reserved.