FileInputStream.finalize

Class Overview | Class Members | This Package | All Packages

Syntax

protected void finalize() throws IOException

Description

Ensures that the close method of this file input stream is called when there are no more references to it.

Exceptions

IOException if an I/O error occurs.

Overrides

finalize in class Object

See Also

close