public interface BinaryObjectDeserializer
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the underlying stream
|
Object |
readObject()
Reads the next object from the stream.
|
Object readObject()
EOFException
if end of stream is reached.void close()
Copyright © 2022. All rights reserved.