]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datistrm.tex
Append() returns int, not void
[wxWidgets.git] / docs / latex / wx / datistrm.tex
index 6c1ec4e1f71e3a6d8ba35c2290924d59c190fc82..2bff0f65e6f0c5c3d312042f421f023d8fe20ba3 100644 (file)
@@ -82,13 +82,19 @@ Reads a single byte from the stream.
 
 \func{wxUint16}{Read16}{\void}
 
-Reads a 16 bit integer from the stream.
+Reads a 16 bit unsigned integer from the stream.
 
 \membersection{wxDataInputStream::Read32}
 
 \func{wxUint32}{Read32}{\void}
 
-Reads a 32 bit integer from the stream.
+Reads a 32 bit unsigned integer from the stream.
+
+\membersection{wxDataInputStream::Read64}
+
+\func{wxUint64}{Read64}{\void}
+
+Reads a 64 bit unsigned integer from the stream.
 
 \membersection{wxDataInputStream::ReadDouble}