ObjectInput.close

ObjectInput.close

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void close() throws IOException
Description
Closes the input stream. Must be called to release any resources associated with the stream.

Exceptions
IOException If an I/O error has occurred.