FileOutputStream.finalize

FileOutputStream.finalize

Class Overview | Class Members | This Package | All Packages

Syntax
protected void finalize() throws IOException
Description
Ensures that the close method of this file output stream is called when there are no more references to this stream.

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