|
class | wxArchiveInputStream |
|
This is an abstract base class which serves as a common interface to
archive input streams such as wxZipInputStream. More...
|
|
class | wxArchiveOutputStream |
|
This is an abstract base class which serves as a common interface to
archive output streams such as wxZipOutputStream. More...
|
|
class | wxArchiveEntry |
|
This is an abstract base class which serves as a common interface to
archive entry classes such as wxZipEntry. More...
|
|
class | wxArchiveClassFactory |
|
Allows the creation of streams to handle archive formats such as zip and tar. More...
|
|
class | wxArchiveNotifier |
|
If you need to know when a wxArchiveInputStream updates a wxArchiveEntry
object, you can create a notifier by deriving from this abstract base class,
overriding wxArchiveNotifier::OnEntryUpdated. More...
|
|
class | wxArchiveIterator |
|
An input iterator template class that can be used to transfer an archive's
catalogue to a container. More...
|
|