Package java.io
Class InputStream

Public Method close

void close()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Closes this input stream and releases any used system resources.

The InputStream method actually does nothing and should be overwritten.