X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a84e46f23169fc203099c23643219d1a8b562b50..329eeca9c404b5e670af89cf7d2b1e517aa71853:/docs/latex/wx/inputstr.tex?ds=inline diff --git a/docs/latex/wx/inputstr.tex b/docs/latex/wx/inputstr.tex index 05f45a1884..eb2c5f2249 100644 --- a/docs/latex/wx/inputstr.tex +++ b/docs/latex/wx/inputstr.tex @@ -49,8 +49,11 @@ Returns true if the end of stream has been reached. \wxheading{Note} -This cannot be really implemented for all streams and CanRead() is more -reliable than Eof(). +For some streams Eof() will not return true until an +attempt has been made to read past the end of the stream. +\helpref{LastRead()}{wxinputstreamlastread} +should be called after each read to check that +a non-zero number of bytes have been read. \membersection{wxInputStream::LastRead}\label{wxinputstreamlastread}