]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fileistr.tex
Fixed to work with the new wxMacControl system.
[wxWidgets.git] / docs / latex / wx / fileistr.tex
index b1b1cfb3e66baaa7e137f0fbe4155af0ceed5f59..5c629ea09a1890ac12b4c9f5277069f233737a6a 100644 (file)
@@ -12,6 +12,9 @@ reached. This is documented in \helpref{wxFile::Eof}{wxfileeof} and
 classes reflects this difference, i.e. wxFileInputStream will report
 wxSTREAM\_EOF after having read the last byte whereas wxFFileInputStream
 will report wxSTREAM\_EOF after trying to read {\it past} the last byte.
+Related to EOF behavior, note that \helpref{SeekI()}{wxinputstreamseeki} 
+can seek beyond the end of the stream (file) and will thus not return 
+{\it wxInvalidOffset} for that.
 
 \wxheading{Derived from}
 
@@ -54,5 +57,5 @@ Destructor.
 
 \constfunc{bool}{Ok}{\void}
 
-Returns TRUE if the stream is initialized and ready.
+Returns true if the stream is initialized and ready.