FilterInputStream.close

FilterInputStream.close

Class Overview | Class Members | This Package | All Packages

Syntax
public void close() throws IOException
Description
Closes this input stream and releases any system resources associated with the stream. The close method of FilterInputStream calls the close method of its underlying input stream.

Exceptions
IOException if an I/O error occurs.
Overrides
close in class InputStream
See Also
in