over
object over
Similar to os.write, except if the file already exists this
over-writes the existing file contents. You can also pass in truncate = false
to avoid truncating the file if the new contents is shorter than the old
contents, and an offset to the file you want to write to.
Value members
Concrete methods
Open a java.io.OutputStream to write to the given file
Open a java.io.OutputStream to write to the given file