]>
Commit | Line | Data |
---|---|---|
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 | ||
8 | This class is input stream from ZIP archive. The archive | |
9 | must be local file (accessible via FILE*). | |
39b91eca | 10 | It has all features including GetSize and seeking. |
704a4b75 VS |
11 | |
12 | \wxheading{Derived from} | |
13 | ||
9704b250 VS |
14 | \helpref{wxInputStream}{wxinputstream} |
15 | ||
16 | \wxheading{Include files} | |
17 | ||
18 | <wx/zipstrm.h> | |
704a4b75 | 19 | |
704a4b75 VS |
20 | \latexignore{\rtfignore{\wxheading{Members}}} |
21 | ||
704a4b75 VS |
22 | \membersection{wxZipInputStream::wxZipInputStream}\label{wxzipinputstreamwxzipinputstream} |
23 | ||
24 | \func{}{wxZipInputStream}{\param{const wxString\& }{archive}, \param{const wxString\& }{file}} | |
25 | ||
26 | Constructor. | |
27 | ||
28 | \wxheading{Parameters} | |
29 | ||
30 | \docparam{archive}{name of ZIP file} | |
31 | ||
32 | \docparam{file}{name of file stored in the archive} | |
33 |