]>
Commit | Line | Data |
---|---|---|
704a4b75 VS |
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 StreamSize 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 |