Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

zipextract.h

Go to the documentation of this file.
00001 #ifndef __ZIPEXTRACT__
00002 #define __ZIPEXTRACT__
00003 
00004 #include <qcstring.h>
00005 
00006 class ZipExtract
00007 {
00008 public:
00009                                 ZipExtract(const char *zipFile);
00010 
00011   QByteArray                    extract(const char *file);
00012 
00013   inline const char           * getName(void)                                   { return zipFile; }
00014 
00015 private:
00016   QString                       zipFile;
00017 };
00018 
00019 #endif

Generated on Thu Mar 11 21:57:51 2004 for Music Playing Daemon client by doxygen1.2.15