#include </home/work/projects/wx/2.9/wx/interface/wx/wfstream.h>

There are actually two such groups of classes: this one is based on wxFile whereas wxFFileStream is based in the wxFFile class.
Public Member Functions | |
| wxFileStream (const wxString &iofileName) | |
| Initializes a new file stream in read-write mode using the specified iofileName name. | |
| bool | IsOk () const |
| Returns true if the stream is initialized and ready. | |
| wxFileStream::wxFileStream | ( | const wxString & | iofileName | ) |
Initializes a new file stream in read-write mode using the specified iofileName name.
| bool wxFileStream::IsOk | ( | ) | const [virtual] |
Returns true if the stream is initialized and ready.
This method returns true if the stream can be both read from and written to.
Reimplemented from wxFileOutputStream.
|
[ top ] |