]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strmfile.tex
1. wxLog::FlushActive() added
[wxWidgets.git] / docs / latex / wx / strmfile.tex
index c96b0610222471d6c99d12fcdf2321386cffa062..8e66bfdcecbe571aebafc46b0c1dba03394c8f31 100644 (file)
@@ -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}
@@ -75,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}.