write

abstract fun write(file: File): Boolean

Writes data to the file and returns true if the write was successful and should be committed, and false if the write should be aborted.

Parameters

file

The File the Writer should write to.