See also \helpref{wxDataOutputStream}{wxdataoutputstream}.
+\wxheading{Derived from}
+
+None
+
\wxheading{Include files}
<wx/datstrm.h>
\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).
See also \helpref{wxDataInputStream}{wxdatainputstream}.
+\wxheading{Derived from}
+
+None
+
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDataOutputStream::wxDataOutputStream}\label{wxdataoutputstreamconstr}
\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.
Writes {\it string} to the stream. Actually, this method writes the size of
the string before writing {\it string} itself.
+