X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/716b1f7091622187312a86257eac0570d0ccd8a2..d86c187031547bd2f0604adddef273deedea7907:/docs/latex/wx/zipstrm.tex diff --git a/docs/latex/wx/zipstrm.tex b/docs/latex/wx/zipstrm.tex index b7cbc612be..7713a90a6d 100644 --- a/docs/latex/wx/zipstrm.tex +++ b/docs/latex/wx/zipstrm.tex @@ -10,16 +10,21 @@ for details. \wxheading{Derived from} -\helpref{wxArchiveClassFactory}{wxarchiveclassfactory} +\helpref{wxArchiveClassFactory}{wxarchiveclassfactory}\\ +\helpref{wxObject}{wxobject} \wxheading{Include files} +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \helpref{Archive formats such as zip}{wxarc}\\ -\helpref{Generic archive programming}{wxarcgeneric} +\helpref{Generic archive programming}{wxarcgeneric}\\ \helpref{wxZipEntry}{wxzipentry}\\ \helpref{wxZipInputStream}{wxzipinputstream}\\ \helpref{wxZipOutputStream}{wxzipoutputstream} @@ -36,12 +41,17 @@ Holds the meta-data for an entry in a zip. \wxheading{Derived from} -\helpref{wxArchiveEntry}{wxarchiveentry} +\helpref{wxArchiveEntry}{wxarchiveentry}\\ +\helpref{wxObject}{wxobject} \wxheading{Include files} +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{Data structures} Constants for \helpref{Get/SetMethod}{wxzipentrymethod}: @@ -438,12 +448,19 @@ wxZipInputStream::SeekI() always returns wxInvalidOffset. \wxheading{Derived from} -\helpref{wxArchiveInputStream}{wxarchiveinputstream} +\helpref{wxArchiveInputStream}{wxarchiveinputstream}\\ +\helpref{wxFilterInputStream}{wxfilterinputstream}\\ +\helpref{wxInputStream}{wxinputstream}\\ +\helpref{wxStreamBase}{wxstreambase} \wxheading{Include files} +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{Data structures} \begin{verbatim} typedef wxZipEntry entry_type @@ -560,6 +577,10 @@ No base class +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \helpref{Archives on non-seekable streams}{wxarcnoseek}\\ @@ -594,12 +615,19 @@ entry and begins the next. \wxheading{Derived from} -\helpref{wxArchiveOutputStream}{wxarchiveoutputstream} +\helpref{wxArchiveOutputStream}{wxarchiveoutputstream}\\ +\helpref{wxFilterOutputStream}{wxfilteroutputstream}\\ +\helpref{wxOutputStream}{wxoutputstream}\\ +\helpref{wxStreamBase}{wxstreambase} \wxheading{Include files} +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \helpref{Archive formats such as zip}{wxarc}\\ @@ -623,7 +651,7 @@ If the parent stream is passed as a pointer then the new filter stream takes ownership of it. If it is passed by reference then it does not. In a Unicode build the third parameter {\tt conv} is used to translate -the filename and comment fields to Unicode. It has no effect on the +the filename and comment fields to an 8-bit encoding. It has no effect on the stream's data. @@ -639,7 +667,7 @@ writing the zip if it has not been called already. \func{bool}{Close}{\void} -Finishes writing the zip, returning true if successfully. +Finishes writing the zip, returning true if successful. Called by the destructor if not called explicitly.