Package java.io
Interface ObjectInput

Public Method readObject

abstract Object readObject()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Read and return an object. The class that implements this interface defines where the object is read from.