X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/704a4b7524e05d7bf4d208eb1b30be9989abef4c..02a3b39120a618998dc690e95c3983606ea97745:/docs/latex/wx/zipstrm.tex diff --git a/docs/latex/wx/zipstrm.tex b/docs/latex/wx/zipstrm.tex index 569c28a618..33a4f3ff0b 100644 --- a/docs/latex/wx/zipstrm.tex +++ b/docs/latex/wx/zipstrm.tex @@ -3,20 +3,28 @@ % zipstream.h at 02/May/99 19:54:25 % - \section{\class{wxZipInputStream}}\label{wxzipinputstream} This class is input stream from ZIP archive. The archive must be local file (accessible via FILE*). -It has all features including StreamSize and seeking. +It has all features including GetSize and seeking. + +\wxheading{Note} + +If you need to enumerate files in ZIP archive, you can use +\helpref{wxFileSystem}{wxfilesystem} together with wxZipFSHandler (see +\helpref{the overview}{fs}. + \wxheading{Derived from} -wxInputStream +\helpref{wxInputStream}{wxinputstream} +\wxheading{Include files} -\latexignore{\rtfignore{\wxheading{Members}}} + +\latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxZipInputStream::wxZipInputStream}\label{wxzipinputstreamwxzipinputstream} @@ -30,4 +38,3 @@ Constructor. \docparam{file}{name of file stored in the archive} -