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