wxFileStream Class Reference
[Streams]

#include <wx/wfstream.h>

Inheritance diagram for wxFileStream:

Inheritance graph
[legend]

Detailed Description

Todo:
describe this class.

Library:  wxBase

Category:  Streams

See also:
wxStreamBuffer

Public Member Functions

 wxFileStream (const wxString &iofileName)
 Initializes a new file stream in read-write mode using the specified iofileName name.

List of all members.


Constructor & Destructor Documentation

wxFileStream::wxFileStream ( const wxString iofileName  ) 

Initializes a new file stream in read-write mode using the specified iofileName name.

Warning:
You should use wxStreamBase::IsOk() to verify if the constructor succeeded.



wxWidgets logo

[ top ]