#include </home/zeitlin/src/wx/github/interface/wx/wfstream.h>
This stream allows to both read from and write to a file using buffered STDIO functions.
Public Member Functions | |
wxFFileStream (const wxString &iofileName, const wxString &mode="w+b") | |
Initializes a new file stream in the given mode using the specified iofileName name. | |
bool | IsOk () const |
Returns true if the stream is initialized and ready. |
Initializes a new file stream in the given mode using the specified iofileName name.
bool wxFFileStream::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 wxFFileOutputStream.