ObjectOutput.close
Interface Overview | Interface Members |
This Package |
All Packages
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.