]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/zipstrm.tex
Manual fixes
[wxWidgets.git] / docs / latex / wx / zipstrm.tex
CommitLineData
704a4b75
VS
1%
2% automatically generated by HelpGen from
3% zipstream.h at 02/May/99 19:54:25
4%
5
704a4b75
VS
6\section{\class{wxZipInputStream}}\label{wxzipinputstream}
7
8This class is input stream from ZIP archive. The archive
9must be local file (accessible via FILE*).
39b91eca 10It has all features including GetSize and seeking.
704a4b75
VS
11
12\wxheading{Derived from}
13
14wxInputStream
15
704a4b75
VS
16\latexignore{\rtfignore{\wxheading{Members}}}
17
704a4b75
VS
18\membersection{wxZipInputStream::wxZipInputStream}\label{wxzipinputstreamwxzipinputstream}
19
20\func{}{wxZipInputStream}{\param{const wxString\& }{archive}, \param{const wxString\& }{file}}
21
22Constructor.
23
24\wxheading{Parameters}
25
26\docparam{archive}{name of ZIP file}
27
28\docparam{file}{name of file stored in the archive}
29