]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/zipstrm.tex
New drawing test code.
[wxWidgets.git] / docs / latex / wx / zipstrm.tex
CommitLineData
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
9This class is input stream from ZIP archive. The archive
10must be local file (accessible via FILE*).
11It has all features including StreamSize and seeking.
12
13\wxheading{Derived from}
14
15wxInputStream
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
25Constructor.
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