Package java.io
Class OutputStream

Public Method close

void close()

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

The close method of OutputStream does nothing, i.e. it has to be implemented in a derived class.

Closes this output stream and releases all corresponding system resources. A closed output stream cannot be opened again.