FirteX-高性能全文索引和检索平台API Documentation |
00001 #ifndef _ZLIB_H 00002 #define _ZLIB_H 00003 #include "StdHeader.h" 00004 00005 namespace firtex 00006 { 00007 namespace utility 00008 { 00009 class CZLib 00010 { 00011 public: 00012 CZLib(void); 00013 ~CZLib(void); 00014 public: 00023 static byte* compress(const void* pInput,size_t nInput, size_t* pnOutput, size_t nSuggest = 0); 00032 static byte* decompress(const void* pInput, size_t nInput, size_t* pnOutput, size_t nSuggest = 0); 00033 }; 00034 } 00035 } 00036 00037 #endif
http://www.firtex.org http://www.sourceforge.net/projects/firtex