wxZipInputStream
generated from ../src/mod_io/zistream.cppInput stream for reading zip files.
Constants
Constructor
wxZipInputStream
wxZipInputStream(Stream)
| Name | Type | Default | Description |
|---|---|---|---|
| Stream | wxInputStream | An input stream |
Constructs a new wxZipInputStream object.
Properties
| Name | Type | Description |
|---|---|---|
comment ![]() |
String | The comment of the zip file |
nextEntry ![]() |
wxZipEntry | Closes the current entry if one is open, then reads the meta-data for the next entry and returns it in a wxZipEntry object. The stream is then open and can be read. |
totalEntries ![]() |
Integer | The number of entries in the zip file |

© 2002 - 2007 Franky Braem.