]>
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 | 11 | |
f6bcfd97 BP |
12 | \wxheading{Note} |
13 | ||
14 | If you need to enumerate files in ZIP archive, you can use | |
15 | \helpref{wxFileSystem}{wxfilesystem} together with wxZipFSHandler (see | |
16 | \helpref{the overview}{fs}. | |
17 | ||
18 | ||
704a4b75 VS |
19 | \wxheading{Derived from} |
20 | ||
9704b250 VS |
21 | \helpref{wxInputStream}{wxinputstream} |
22 | ||
23 | \wxheading{Include files} | |
24 | ||
25 | <wx/zipstrm.h> | |
704a4b75 | 26 | |
704a4b75 VS |
27 | \latexignore{\rtfignore{\wxheading{Members}}} |
28 | ||
704a4b75 VS |
29 | \membersection{wxZipInputStream::wxZipInputStream}\label{wxzipinputstreamwxzipinputstream} |
30 | ||
31 | \func{}{wxZipInputStream}{\param{const wxString\& }{archive}, \param{const wxString\& }{file}} | |
32 | ||
33 | Constructor. | |
34 | ||
35 | \wxheading{Parameters} | |
36 | ||
37 | \docparam{archive}{name of ZIP file} | |
38 | ||
39 | \docparam{file}{name of file stored in the archive} | |
40 |