/**
@class wxArchiveInputStream
- @wxheader{archive.h}
This is an abstract base class which serves as a common interface to
archive input streams such as wxZipInputStream.
/**
@class wxArchiveOutputStream
- @wxheader{archive.h}
This is an abstract base class which serves as a common interface to
archive output streams such as wxZipOutputStream.
/**
@class wxArchiveEntry
- @wxheader{archive.h}
This is an abstract base class which serves as a common interface to
archive entry classes such as wxZipEntry.
/**
@class wxArchiveClassFactory
- @wxheader{archive.h}
Allows the creation of streams to handle archive formats such as zip and tar.
/**
@class wxArchiveNotifier
- @wxheader{archive.h}
If you need to know when a wxArchiveInputStream updates a wxArchiveEntry
object, you can create a notifier by deriving from this abstract base class,
/**
@class wxArchiveIterator
- @wxheader{archive.h}
An input iterator template class that can be used to transfer an archive's
catalogue to a container. It is only available if wxUSE_STL is set to 1