ObjectOutput.close

ObjectOutput.close

Interface Overview | Interface Members | This Package | All Packages

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

Exceptions
IOException If an I/O error has occurred.