X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ff14117cbfd017d73508f51b27495ee7e9189f3..86e7822245592f36cd04022c15690b226494cb65:/docs/latex/wx/datstrm.tex?ds=sidebyside diff --git a/docs/latex/wx/datstrm.tex b/docs/latex/wx/datstrm.tex index 69fc9ef75e..c8da9fd39e 100644 --- a/docs/latex/wx/datstrm.tex +++ b/docs/latex/wx/datstrm.tex @@ -54,9 +54,9 @@ be available. Destroys the wxDataInputStream object. -\membersection{wxDataInputStream::BidEndianOrdered} +\membersection{wxDataInputStream::BigEndianOrdered} -\func{void}{BidEndianOrdered}{\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 order, such as written by programs on a big endian architecture @@ -118,7 +118,7 @@ See also \helpref{wxDataInputStream}{wxdatainputstream}. \membersection{wxDataOutputStream::wxDataOutputStream}\label{wxdataoutputstreamconstr} -\func{}{wxDataInputStream}{\param{wxOutputStream\&}{ stream}} +\func{}{wxDataOutputStream}{\param{wxOutputStream\&}{ stream}} Constructs a datastream object from an output stream. Only write methods will be available. @@ -133,9 +133,9 @@ be available. Destroys the wxDataOutputStream object. -\membersection{wxDataOutputStream::BidEndianOrdered} +\membersection{wxDataOutputStream::BigEndianOrdered} -\func{void}{BidEndianOrdered}{\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 order, e.g. for reading on a Sparc or from Java-Streams (which @@ -172,3 +172,4 @@ Writes the double {\it f} to the stream using the IEEE format. Writes {\it string} to the stream. Actually, this method writes the size of the string before writing {\it string} itself. +