49 constructor(
string fileName,
bool append =
False, softint mode = 0644, *
string encoding);
This class implements the OutputStream interface for writing bytes to a file.
Definition: QC_FileOutputStream.dox.h:28
constructor()
Constructor.
nothing close()
Closes the output stream and releases any resources.
nothing write(binary data)
Writes bytes to the output stream.
binary binary()
Always returns an empty binary object (of zero length)
const False
logical False
Definition: qc_qore.dox.h:96
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:18
string getEncoding()
Returns the character encoding for the FileOutputStream.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3