wxFFileStream Class Reference
[Streams]

#include <wx/wfstream.h>

Inheritance diagram for wxFFileStream:

Inheritance graph
[legend]

Detailed Description

Todo:
describe this class.

Library:  wxBase

Category:  Streams

See also:
wxStreamBuffer

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.

List of all members.


Constructor & Destructor Documentation

wxFFileStream::wxFFileStream ( const wxString iofileName,
const wxString mode = "w+b" 
)

Initializes a new file stream in the given mode using the specified iofileName name.

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



wxWidgets logo

[ top ]