X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/36edded90cf3d4d11dc55362b332733b79e8f54d..9c4ba61452d9381c9d71242f0d1610fb2551c846:/docs/latex/wx/datstrm.tex diff --git a/docs/latex/wx/datstrm.tex b/docs/latex/wx/datstrm.tex index 037a730d16..f1adb8aed5 100644 --- a/docs/latex/wx/datstrm.tex +++ b/docs/latex/wx/datstrm.tex @@ -60,9 +60,9 @@ Destroys the wxDataInputStream object. \membersection{wxDataInputStream::BigEndianOrdered} -\func{void}{BigEndianOrdered}{\param{bool}{ be_order}} +\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). @@ -143,9 +143,9 @@ Destroys the wxDataOutputStream object. \membersection{wxDataOutputStream::BigEndianOrdered} -\func{void}{BigEndianOrdered}{\param{bool}{ be_order}} +\func{void}{BigEndianOrdered}{\param{bool}{ be\_order}} -If {\it be_order} is TRUE, all data will be written in big-endian +If {\it be\_order} is TRUE, all data will be written in big-endian order, e.g. for reading on a Sparc or from Java-Streams (which always use big-endian order), otherwise data will be written in little-endian order.