back to io
wxFileOutputStream
generated from ../src/mod_io/fostream.cpp
This class represents data written to a file. There are actually two such groups of classes:
this one is based on wxFile whereas wxFFileOutputStream is based on the wxFFile class.
Constants
Constructor
wxFileOutputStream
wxFileOutputStream(FileName)
| Name |
Type |
Default |
Description |
| FileName |
String |
|
The name of a file |
wxFileOutputStream(File)
| Name |
Type |
Default |
Description |
| File |
wxFile |
|
|
wxFileOutputStream(Fd)
| Name |
Type |
Default |
Description |
| Fd |
Integer |
|
A file descriptor |
Constructs a new wxFileOutputStream object. A wxFileOutputStream is always opened in write-only mode.