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.