X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b36f57c252698ff932487d31ad1289e5ef659bc0..85eb36c267bd325e113ee9e3b84f6b191ed116f2:/docs/latex/wx/strmmem.tex diff --git a/docs/latex/wx/strmmem.tex b/docs/latex/wx/strmmem.tex index ebf0bcaf9d..f22a4bdaa0 100644 --- a/docs/latex/wx/strmmem.tex +++ b/docs/latex/wx/strmmem.tex @@ -7,6 +7,10 @@ \helpref{wxInputStream}{wxinputstream} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxStreamBuffer}{wxstreamBuffer} @@ -14,6 +18,7 @@ \wxheading{Remark} You can create a similar stream by this way: + \begin{verbatim} wxStreamBuffer *sb = new wxStreamBuffer(wxStreamBuffer::read); wxInputStream *input = new wxInputStream(sb); @@ -48,14 +53,18 @@ Destructor. \helpref{wxOutputStream}{wxoutputstream} +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxStreamBuffer}{wxstreamBuffer} - \wxheading{Remark} You can create a similar stream by this way: + \begin{verbatim} wxStreamBuffer *sb = new wxStreamBuffer(wxStreamBuffer::write); wxOutputStream *input = new wxOutputStream(sb); @@ -67,6 +76,7 @@ You can create a similar stream by this way: \end{verbatim} This way is also useful to create read/write memory stream: + \begin{verbatim} wxStreamBuffer *sb = new wxStreamBuffer(wxStreamBuffer::read\_write); wxOutputStream *output = new wxOutputStream(sb); @@ -100,3 +110,4 @@ stream. \func{}{\destruct{wxMemoryOutputStream}}{\void} Destructor. +