ObjectInput.readObject

ObjectInput.readObject

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract Object readObject() throws ClassNotFoundException, IOException
Description
Read and return an object. The class that implements this interface defines where the object is "read" from.

Exceptions
ClassNotFoundException If the class of a serialized object cannot be found.
Exceptions
IOException If any of the usual Input/Output related exceptions occur.