X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba637f22e61113ab2296936f9a101e929cc05711..e00a5d3ca15eec8db3e231d79d82ff6965e3466b:/docs/latex/wx/datistrm.tex diff --git a/docs/latex/wx/datistrm.tex b/docs/latex/wx/datistrm.tex index 6c1ec4e1f7..158ffffb2e 100644 --- a/docs/latex/wx/datistrm.tex +++ b/docs/latex/wx/datistrm.tex @@ -67,7 +67,7 @@ Destroys the wxDataInputStream object. \func{void}{BigEndianOrdered}{\param{bool}{ be\_order}} -If {\it be\_order} is TRUE, all data will be read in big-endian +If {\it be\_order} is true, all data will be read in big-endian order, such as written by programs on a big endian architecture (e.g. Sparc) or written by Java-Streams (which always use big-endian order). @@ -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}