]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datstrm.tex
joinable and detached POSIX threads (not fully tested yet)
[wxWidgets.git] / docs / latex / wx / datstrm.tex
index 69fc9ef75e9b25322d61e1efc16a52842d98b668..037a730d1693a9bf8fe42ebb15e867e496b07727 100644 (file)
@@ -31,6 +31,10 @@ For example:
 
 See also \helpref{wxDataOutputStream}{wxdataoutputstream}. 
 
+\wxheading{Derived from}
+
+None
+
 \wxheading{Include files}
 
 <wx/datstrm.h>
@@ -54,9 +58,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 
@@ -114,11 +118,15 @@ usage and caveats.
 
 See also \helpref{wxDataInputStream}{wxdatainputstream}. 
 
+\wxheading{Derived from}
+
+None
+
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \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 +141,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 +180,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.
+