#include </home/zeitlin/src/wx/github/interface/wx/wfstream.h>
This class represents data that can be both read from and written to a file.
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.