X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22d6efa851642c6a69174278fc50f712f41e2271..bf4d9b2b9be61f4b266ca5b5a302f7d6fbd51a2e:/docs/latex/wx/datstrm.tex?ds=sidebyside diff --git a/docs/latex/wx/datstrm.tex b/docs/latex/wx/datstrm.tex index c8da9fd39e..f1adb8aed5 100644 --- a/docs/latex/wx/datstrm.tex +++ b/docs/latex/wx/datstrm.tex @@ -31,6 +31,10 @@ For example: See also \helpref{wxDataOutputStream}{wxdataoutputstream}. +\wxheading{Derived from} + +None + \wxheading{Include files} @@ -56,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). @@ -114,6 +118,10 @@ usage and caveats. See also \helpref{wxDataInputStream}{wxdatainputstream}. +\wxheading{Derived from} + +None + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxDataOutputStream::wxDataOutputStream}\label{wxdataoutputstreamconstr} @@ -135,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.