Share via


Comma7Io.finalize Method

Closes the file and, if data was written, flushes the file buffers to disk.

Syntax

public void finalize()

Run On

Called

Remarks

This method is normally not called directly; instead, the object is normally finalized by leaving the scope.

The written output will not be valid before the object is finalized.

See Also

Reference

Comma7Io Class