wxFFileOutputStream
generated from ../src/mod_io/ffostream.cppThis class represents data written to a file. There are actually two such groups of classes: this one is based on wxFFile whereas wxFileOutputStream is based on the wxFile class.
Constants
Constructor
wxFFileOutputStream
wxFFileOutputStream(FileName)
| Name | Type | Default | Description |
|---|---|---|---|
| FileName | String | The name of a file |
wxFFileOutputStream(File)
| Name | Type | Default | Description |
|---|---|---|---|
| File | wxFile |
Constructs a new wxFFileOutputStream object. A wxFFileOutputStream is always opened in write-only mode.
© 2002 - 2007 Franky Braem.