Version: 3.2.5
Archive support

Detailed Description


Classes for managing (eventually compressed) archives.

Classes

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...
 
class  wxLZMAInputStream
 

This filter stream decompresses data in XZ format.
More...
 
class  wxLZMAOutputStream
 

This filter stream compresses data using XZ format.
More...
 
class  wxTarInputStream
 

Input stream for reading tar files.
More...
 
class  wxTarClassFactory
 

Class factory for the tar archive format.
More...
 
class  wxTarEntry
 

Holds the meta-data for an entry in a tar.
More...
 
class  wxZipNotifier
 

If you need to know when a wxZipInputStream updates a wxZipEntry,
you can create a notifier by deriving from this abstract base class,
overriding wxZipNotifier::OnEntryUpdated().
More...
 
class  wxZipEntry
 

Holds the meta-data for an entry in a zip.
More...
 
class  wxZipInputStream
 

Input stream for reading zip files.
More...
 
class  wxZipClassFactory
 

Class factory for the zip archive format.
More...
 
class  wxZipOutputStream
 

Output stream for writing zip files.
More...
 
class  wxZlibOutputStream
 

This stream compresses all data written to it.
More...
 
class  wxZlibInputStream
 

This filter stream decompresses a stream that is in zlib or gzip format.
More...