write
Writes the contents of a Buffer to the file associated with the abstract pathname.
Parameters
The OpenExcl desired for this open operation. If null, then OpenExcl.MaybeCreate.DEFAULT will be used.
If true, data written to this file will occur at the end of the file. If false, the file will be truncated if it exists.
Throws
If Node.js is not being used.
Writes the contents of a Buffer to the file associated with the abstract pathname. The File will be truncated if it exists.
Parameters
The OpenExcl desired for this open operation. If null, then OpenExcl.MaybeCreate.DEFAULT will be used.
Throws
If Node.js is not being used.
Writes the remaining contents of src to the file.
Return
The number of bytes written to the file.
Parameters
The OpenExcl desired for this open operation. If null, then OpenExcl.MaybeCreate.DEFAULT will be used.
If true, data written to this file will occur at the end of the file. If false, the file will be truncated if it exists.
of bytes to write.
See also
Throws
Writes the remaining contents of src to the file. The File will be truncated if it exists.
Return
The number of bytes written to the file.
Parameters
The OpenExcl desired for this open operation. If null, then OpenExcl.MaybeCreate.DEFAULT will be used.
of bytes to write.