X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a99acbb00a102458b8ad5ba4459712ba73d8b14d..47610ec22ab01dbc09307a88ab67c1c95f6ee3b1:/docs/latex/wx/datistrm.tex diff --git a/docs/latex/wx/datistrm.tex b/docs/latex/wx/datistrm.tex index 9c7b18b4b0..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} @@ -110,3 +116,4 @@ object passed to constructor and returns the result as wxString. You are responsible for using the same convertor as when writing the stream. See also \helpref{wxDataOutputStream::WriteString}{wxdataoutputstreamwritestring}. +