X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/294e9a7aa00c23de9aad973b3998071b81159aee..8bb8ab39dd433191764a64b4f96344399b113d1b:/docs/latex/wx/strmfile.tex diff --git a/docs/latex/wx/strmfile.tex b/docs/latex/wx/strmfile.tex index fdbf8bae08..8e66bfdcec 100644 --- a/docs/latex/wx/strmfile.tex +++ b/docs/latex/wx/strmfile.tex @@ -3,6 +3,13 @@ % ----------------------------------------------------------------------------- \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}