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