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