X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b236c10f77e9ed0bc3c16d1cceb4a62f7048b4f9..4fcbc84d657413b157ac3ef89bf8fbccbcf899ba:/docs/latex/wx/datistrm.tex diff --git a/docs/latex/wx/datistrm.tex b/docs/latex/wx/datistrm.tex index ae95da775e..7c4a990b3e 100644 --- a/docs/latex/wx/datistrm.tex +++ b/docs/latex/wx/datistrm.tex @@ -37,13 +37,17 @@ None +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxDataInputStream::wxDataInputStream}\label{wxdatainputstreamctor} \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 +109,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}