2 % automatically generated by HelpGen from
3 % zipstream.h at 02/May/99 19:54:25
6 \section{\class{wxZipInputStream
}}\label{wxzipinputstream
}
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.
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
}.
19 \wxheading{Derived from
}
21 \helpref{wxInputStream
}{wxinputstream
}
23 \wxheading{Include files
}
27 \latexignore{\rtfignore{\wxheading{Members
}}}
29 \membersection{wxZipInputStream::wxZipInputStream
}\label{wxzipinputstreamwxzipinputstream
}
31 \func{}{wxZipInputStream
}{\param{const wxString\&
}{archive
},
\param{const wxString\&
}{file
}}
35 \wxheading{Parameters
}
37 \docparam{archive
}{name of ZIP file
}
39 \docparam{file
}{name of file stored in the archive
}