[ CCode ( has_construct_function = false ) ]
public FileOutputStream (string path, bool append) throws Error
| path |
The path of the file output stream. |
| append |
Whether the path is opened as append mode or recreate mode. |
|
A newly opened FileOutputStream or null on error. |