wxArchiveInputStream
generated from ../src/mod_io/aistream.cppwxArchiveInputStream is a prototype object for archive input streams such as wxZipInputStream.
Constants
Methods
closeEntry
closeEntry() : Boolean
Closes the current entry. On a non-seekable stream reads to the end of the current entry first.
openEntry
openEntry(Entry) : Boolean
| Name | Type | Default | Description |
|---|---|---|---|
| Entry | wxZipEntry |
Closes the current entry if one is open, then opens the entry specified by the entry object. entry should be from the same zip file, and the zip should be on a seekable stream.
© 2002 - 2007 Franky Braem.