]>
Commit | Line | Data |
---|---|---|
1 | % | |
2 | % automatically generated by HelpGen from | |
3 | % zipstream.h at 02/May/99 19:54:25 | |
4 | % | |
5 | ||
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*). | |
10 | It has all features including GetSize and seeking. | |
11 | ||
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 | ||
19 | \wxheading{Derived from} | |
20 | ||
21 | \helpref{wxInputStream}{wxinputstream} | |
22 | ||
23 | \wxheading{Include files} | |
24 | ||
25 | <wx/zipstrm.h> | |
26 | ||
27 | \latexignore{\rtfignore{\wxheading{Members}}} | |
28 | ||
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 |