X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3845e889c7ccfe03d034a0aa79b4f4d19fbcb06..24d705907ddcbe8e701867be2fb6f457a3dfab6f:/docs/latex/wx/ffilestr.tex diff --git a/docs/latex/wx/ffilestr.tex b/docs/latex/wx/ffilestr.tex index 4068e779d6..c413c1b332 100644 --- a/docs/latex/wx/ffilestr.tex +++ b/docs/latex/wx/ffilestr.tex @@ -15,6 +15,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} @@ -57,7 +60,7 @@ Destructor. \constfunc{bool}{Ok}{\void} -Returns TRUE if the stream is initialized and ready. +Returns true if the stream is initialized and ready. % ----------------------------------------------------------------------------- % wxFFileOutputStream @@ -76,6 +79,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{SeekO()}{wxoutputstreamseeko} +can seek beyond the end of the stream (file) and will thus not return +{\it wxInvalidOffset} for that. \wxheading{Derived from} @@ -119,7 +125,7 @@ Destructor. \constfunc{bool}{Ok}{\void} -Returns TRUE if the stream is initialized and ready. +Returns true if the stream is initialized and ready. % ----------------------------------------------------------------------------- % wxFFileStream