X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a99acbb00a102458b8ad5ba4459712ba73d8b14d..7fb8086de8d53e3fbf70813f5dfd8e6621dd82ae:/docs/latex/wx/datistrm.tex diff --git a/docs/latex/wx/datistrm.tex b/docs/latex/wx/datistrm.tex index 9c7b18b4b0..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} @@ -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}. +