]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/zipstrm.tex
made wxCondition::Signal() queue the signals generated while there were no waiters...
[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
704a4b75
VS
6\section{\class{wxZipInputStream}}\label{wxzipinputstream}
7
8This class is input stream from ZIP archive. The archive
9must be local file (accessible via FILE*).
39b91eca 10It has all features including GetSize and seeking.
704a4b75 11
f6bcfd97
BP
12\wxheading{Note}
13
14If 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
33Constructor.
34
35\wxheading{Parameters}
36
37\docparam{archive}{name of ZIP file}
38
39\docparam{file}{name of file stored in the archive}
40