]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datstrm.tex
fall back on text value if no long/double value could be retrieved from the cell
[wxWidgets.git] / docs / latex / wx / datstrm.tex
index 679e858d4f1da5bdf3586a1f7419d1af0922632e..f1adb8aed5b30887812feebab434e8c387fc1819 100644 (file)
@@ -31,6 +31,10 @@ For example:
 
 See also \helpref{wxDataOutputStream}{wxdataoutputstream}. 
 
+\wxheading{Derived from}
+
+None
+
 \wxheading{Include files}
 
 <wx/datstrm.h>
@@ -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.
@@ -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.
+