X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b236c10f77e9ed0bc3c16d1cceb4a62f7048b4f9..fc17828ab2cb3dc5dd22d5634ce4f6764e1373fc:/docs/latex/wx/datistrm.tex?ds=inline diff --git a/docs/latex/wx/datistrm.tex b/docs/latex/wx/datistrm.tex index ae95da775e..19fcc76465 100644 --- a/docs/latex/wx/datistrm.tex +++ b/docs/latex/wx/datistrm.tex @@ -43,7 +43,7 @@ None \func{}{wxDataInputStream}{\param{wxInputStream\&}{ stream}} -\func{}{wxDataInputStream}{\param{wxInputStream\&}{ stream}, \param{wxMBConv\&}{ conv = wxMBConvUTF8}} +\func{}{wxDataInputStream}{\param{wxInputStream\&}{ stream}, \param{const wxMBConv\&}{ conv = wxConvAuto()}} Constructs a datastream object from an input stream. Only read methods will be available. The second form is only available in Unicode build of wxWidgets. @@ -105,7 +105,7 @@ Reads a 32 bit unsigned integer from the stream. Reads 32 bit unsigned integers from the stream in a specified buffer. the amount of 32 bit unsigned integer to read is specified by the {\it size} variable. -\membersection{wxDataInputStream::Read64}\label{wxdatainputstreamread32} +\membersection{wxDataInputStream::Read64}\label{wxdatainputstreamread64} \func{wxUint64}{Read64}{\void}