]>
Commit | Line | Data |
---|---|---|
1 | % ----------------------------------------------------------------------------- | |
2 | % wxFileStream | |
3 | % ----------------------------------------------------------------------------- | |
4 | \section{\class{wxFileStream}}\label{wxfilestream} | |
5 | ||
6 | \wxheading{Derived from} | |
7 | ||
8 | \helpref{wxFileOutputStream}{wxfileoutputstream}, \helpref{wxFileInputStream}{wxfileinputstream} | |
9 | ||
10 | \wxheading{Include files} | |
11 | ||
12 | <wx/wfstream.h> | |
13 | ||
14 | \wxheading{See also} | |
15 | ||
16 | \helpref{wxStreamBuffer}{wxstreambuffer} | |
17 | ||
18 | \latexignore{\rtfignore{\wxheading{Members}}} | |
19 | ||
20 | \membersection{wxFileStream::wxFileStream}\label{wxfilestreamctor} | |
21 | ||
22 | \func{}{wxFileStream}{\param{const wxString\&}{ iofileName}} | |
23 | ||
24 | Initializes a new file stream in read-write mode using the specified | |
25 | {\it iofilename} name. | |
26 |