X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a75ba66de8f9dd3ebac0f41ec2e27be6d95aa73..3200f37d25e1e0fae6c054e773701a73318657fd:/docs/latex/wx/strmbase.tex diff --git a/docs/latex/wx/strmbase.tex b/docs/latex/wx/strmbase.tex index 4fe1264b2b..62b41daec1 100644 --- a/docs/latex/wx/strmbase.tex +++ b/docs/latex/wx/strmbase.tex @@ -47,7 +47,7 @@ Destructor. \constfunc{wxFileOffset}{GetLength}{\void} Returns the length of the stream in bytes. If the length cannot be determined -(this is always the case for socket streams for example), returns +(this is always the case for socket streams for example), returns \texttt{wxInvalidOffset}. \newsince{2.5.4} @@ -94,6 +94,13 @@ Returns true if no error occurred on the stream. \helpref{GetLastError}{wxstreambasegetlasterror} +\membersection{wxStreamBase::IsSeekable}\label{wxstreambaseisok} + +\constfunc{bool}{IsSeekable}{\void} + +Returns true if the streams supports seeking to arbitrary offsets. + + \membersection{wxStreamBase::OnSysRead}\label{wxstreambaseonsysread} \func{size\_t}{OnSysRead}{\param{void*}{ buffer}, \param{size\_t}{ bufsize}} @@ -124,4 +131,3 @@ real position. See \helpref{OnSysRead}{wxstreambaseonsysread}. -