X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/631f1bfed5d2df0215035207355d838328237578..96db102a93ed103a1c757c4445dd71789c2d0054:/docs/latex/wx/strmfile.tex diff --git a/docs/latex/wx/strmfile.tex b/docs/latex/wx/strmfile.tex index e19a2c946c..8e66bfdcec 100644 --- a/docs/latex/wx/strmfile.tex +++ b/docs/latex/wx/strmfile.tex @@ -3,10 +3,21 @@ % ----------------------------------------------------------------------------- \section{\class{wxFileInputStream}}\label{wxfileinputstream} +This classes represent data streams to and from a file. There are actually +two such groups of classes: those documented here, and another group called +wxFFileInputStream, wxFFileOutputStream and wxFFileStream which are not +based on file descriptors (and their wxWindows equivalent wxFile) but the +FILE* type (and wxFFile). Apart from the different constructor ("FILE *file" +instead if "int fd") their interface is identical. + \wxheading{Derived from} \helpref{wxInputStream}{wxinputstream} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxStreamBuffer}{wxstreamBuffer} @@ -51,6 +62,10 @@ Returns TRUE if the stream is initialized and ready. \helpref{wxOutputStream}{wxoutputstream} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxStreamBuffer}{wxstreamBuffer} @@ -67,7 +82,7 @@ Returns TRUE if the stream is initialized and ready. Creates a new file with \it{ofilename} name and initializes the stream in write-only mode. -\func{}{wxFileOutputStream}{\param{wxFile&}{ file}} +\func{}{wxFileOutputStream}{\param{wxFile\&}{ file}} Initializes a file stream in write-only mode using the file I/O object \it{file}. @@ -96,6 +111,10 @@ Returns TRUE if the stream is initialized and ready. \helpref{wxFileOutputStream}{wxFileOutputStream}, \helpref{wxFileInputStream}{wxfileinputstream} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxStreamBuffer}{wxstreamBuffer}