]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/ffilestr.tex
trying to make GetData() return data format more clear
[wxWidgets.git] / docs / latex / wx / ffilestr.tex
index d686281db847e45f078e3fa76b298db1e5fb1737..f0b087ffc3aef10e33036228727b1c5bc8190548 100644 (file)
@@ -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}
 
@@ -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}
 
@@ -124,7 +130,7 @@ Returns true if the stream is initialized and ready.
 % -----------------------------------------------------------------------------
 % wxFFileStream
 % -----------------------------------------------------------------------------
-\section{\class{wxFFileStream}}
+\section{\class{wxFFileStream}}\label{wxffilestream}
 
 \wxheading{Derived from}