wxWidgets/samples/archive
Vadim Zeitlin 6da3c3c34d Add support for using filter streams in the archive sample
Allow using wxZlib{Input,Output}Stream too, meaning that the sample can
now also work with .gz files, handling them as a degenerate (because
containing only a single file) special case of archives.

The changes here -- which should be viewed ignoring whitespace to be
actually readable -- don't modify the existing code and just add the
possibility to use a wxFilterClassFactory if there is no
wxArchiveClassFactory corresponding to the specified file extension.
2018-03-31 01:35:55 +02:00
..
archive_vc7.vcproj Add archive sample 2018-02-20 14:39:27 +01:00
archive_vc8.vcproj Add archive sample 2018-02-20 14:39:27 +01:00
archive_vc9.vcproj Add archive sample 2018-02-20 14:39:27 +01:00
archive.bkl Add archive sample 2018-02-20 14:39:27 +01:00
archive.cpp Add support for using filter streams in the archive sample 2018-03-31 01:35:55 +02:00
makefile.bcc Add archive sample 2018-02-20 14:39:27 +01:00
makefile.gcc Add archive sample 2018-02-20 14:39:27 +01:00
Makefile.in Add archive sample 2018-02-20 14:39:27 +01:00
makefile.unx Add archive sample 2018-02-20 14:39:27 +01:00
makefile.vc Add archive sample 2018-02-20 14:39:27 +01:00