OutputStream.close
Class Overview | Class Members |
This Package |
All Packages
public void close() throws IOException
Description
Closes this output stream and releases any system resources
associated with this stream.
The close method of OutputStream does nothing.
Exceptions
IOException
if an I/O error occurs.