c0161fec702b9ffdf5ba8fced3f91bd2d6573563
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: ZIP file system
4 // Author: Vaclav Slavik
5 // Copyright: (c) 1999 Vaclav Slavik
6 // Licence: wxWindows Licence
7 /////////////////////////////////////////////////////////////////////////////
11 #pragma implementation
14 #include <wx/wxprec.h>
20 #if wxUSE_FS_ZIP && wxUSE_STREAMS
27 #include <wx/filesys.h>
31 //--------------------------------------------------------------------------------
33 //--------------------------------------------------------------------------------
35 class wxZipFSHandler
: public wxFileSystemHandler
38 virtual bool CanOpen(const wxString
& location
);
39 virtual wxFSFile
* OpenFile(wxFileSystem
& fs
, const wxString
& location
);
45 // wxUSE_FS_ZIP && wxUSE_STREAMS