wxffileoutputstreamthis class represents data written to a file. there are actually two such groups of classes: this one is based on wxffile whereas wxfileinputstream is based in the wxfile class. note that seeko() can seek beyond the end of the stream (file) and will thus not return wxinvalidoffset for that. derived from include files <wx/wfstream.h> see also wxbufferedoutputstream, wxffileinputstream, wxfileinputstream members
wxffileoutputstream::wxffileoutputstream
wxffileoutputstream::wxffileoutputstreamwxffileoutputstream(const wxstring& filename, const wxchar * mode="w+b") opens the file with the given filename name in the specified mode. wxffileoutputstream(wxffile& file) initializes a file stream in write-only mode using the file i/o object file. wxffileoutputstream(file * fp) initializes a file stream in write-only mode using the file descriptor fp.
wxffileoutputstream::~wxffileoutputstream~wxffileoutputstream() destructor.
wxffileoutputstream::isokbool isok() const returns true if the stream is initialized and ready.
|