1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Archive file system
4 // Author: Vaclav Slavik, Mike Wetherell
5 // Copyright: (c) 1999 Vaclav Slavik, (c) 2006 Mike Wetherell
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
10 @class wxArchiveFSHandler
12 A file system handler for accessing files inside of archives.
14 class wxArchiveFSHandler
: public wxFileSystemHandler
18 virtual ~wxArchiveFSHandler();
23 typedef wxArchiveFSHandler wxZipFSHandler
;