1999-07-10 21:17:24 +00:00
|
|
|
%
|
|
|
|
% automatically generated by HelpGen from
|
|
|
|
% zipstream.h at 02/May/99 19:54:25
|
|
|
|
%
|
|
|
|
|
|
|
|
\section{\class{wxZipInputStream}}\label{wxzipinputstream}
|
|
|
|
|
|
|
|
This class is input stream from ZIP archive. The archive
|
|
|
|
must be local file (accessible via FILE*).
|
1999-07-30 17:54:18 +00:00
|
|
|
It has all features including GetSize and seeking.
|
1999-07-10 21:17:24 +00:00
|
|
|
|
2000-07-15 19:51:35 +00:00
|
|
|
\wxheading{Note}
|
|
|
|
|
|
|
|
If you need to enumerate files in ZIP archive, you can use
|
|
|
|
\helpref{wxFileSystem}{wxfilesystem} together with wxZipFSHandler (see
|
|
|
|
\helpref{the overview}{fs}.
|
|
|
|
|
|
|
|
|
1999-07-10 21:17:24 +00:00
|
|
|
\wxheading{Derived from}
|
|
|
|
|
2000-02-27 21:06:58 +00:00
|
|
|
\helpref{wxInputStream}{wxinputstream}
|
|
|
|
|
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/zipstrm.h>
|
1999-07-10 21:17:24 +00:00
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxZipInputStream::wxZipInputStream}\label{wxzipinputstreamwxzipinputstream}
|
|
|
|
|
|
|
|
\func{}{wxZipInputStream}{\param{const wxString\& }{archive}, \param{const wxString\& }{file}}
|
|
|
|
|
|
|
|
Constructor.
|
|
|
|
|
|
|
|
\wxheading{Parameters}
|
|
|
|
|
|
|
|
\docparam{archive}{name of ZIP file}
|
|
|
|
|
|
|
|
\docparam{file}{name of file stored in the archive}
|
|
|
|
|