Void flush(File handle)
Arguments
handle: The file handle
Usage
Flush all buffered data to the file on the handle. An Exception will be thrown if the file is not writable, or if an error occurred when writing the data.
handle: The file handleFlush all buffered data to the file on the handle. An Exception will be thrown if the file is not writable, or if an error occurred when writing the data.