problems (here and elsewhere), make use of the wxInt32, wxUint32, etc types.
For example:
problems (here and elsewhere), make use of the wxInt32, wxUint32, etc types.
For example:
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).
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).
Reads a string from a stream. Actually, this function first reads a long integer
specifying the length of the string (without the last null character) and then
Reads a string from a stream. Actually, this function first reads a long integer
specifying the length of the string (without the last null character) and then
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDataOutputStream::wxDataOutputStream}\label{wxdataoutputstreamconstr}
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDataOutputStream::wxDataOutputStream}\label{wxdataoutputstreamconstr}
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.
\membersection{wxDataOutputStream::Write8}
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.
\membersection{wxDataOutputStream::Write8}
Writes the double {\it f} to the stream using the IEEE format.
\membersection{wxDataOutputStream::WriteString}
Writes the double {\it f} to the stream using the IEEE format.
\membersection{wxDataOutputStream::WriteString}
Writes {\it string} to the stream. Actually, this method writes the size of
the string before writing {\it string} itself.
Writes {\it string} to the stream. Actually, this method writes the size of
the string before writing {\it string} itself.