X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba637f22e61113ab2296936f9a101e929cc05711..801a492c49f0e4641046b4fbb3f2d18111b1b387:/docs/latex/wx/datistrm.tex?ds=inline diff --git a/docs/latex/wx/datistrm.tex b/docs/latex/wx/datistrm.tex index 6c1ec4e1f7..2bff0f65e6 100644 --- a/docs/latex/wx/datistrm.tex +++ b/docs/latex/wx/datistrm.tex @@ -82,13 +82,19 @@ Reads a single byte from the stream. \func{wxUint16}{Read16}{\void} -Reads a 16 bit integer from the stream. +Reads a 16 bit unsigned integer from the stream. \membersection{wxDataInputStream::Read32} \func{wxUint32}{Read32}{\void} -Reads a 32 bit integer from the stream. +Reads a 32 bit unsigned integer from the stream. + +\membersection{wxDataInputStream::Read64} + +\func{wxUint64}{Read64}{\void} + +Reads a 64 bit unsigned integer from the stream. \membersection{wxDataInputStream::ReadDouble}