X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39b91ecabeb35ad879412df1bcd1cec9ea97a20a..7b4c31495268b3452019c67e52ff8ff86c03e36c:/docs/latex/wx/zipstrm.tex diff --git a/docs/latex/wx/zipstrm.tex b/docs/latex/wx/zipstrm.tex index 2120a71735..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 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} -