1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Archive file system
4 // Author: Vaclav Slavik, Mike Wetherell
5 // Copyright: (c) 1999 Vaclav Slavik, (c) 2006 Mike Wetherell
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
11 @class wxArchiveFSHandler
13 A file system handler for accessing files inside of archives.
15 class wxArchiveFSHandler
: public wxFileSystemHandler
19 virtual ~wxArchiveFSHandler();
24 typedef wxArchiveFSHandler wxZipFSHandler
;