SourceForge.jp

dkutilCompress.h

説明を見る。
00001 
00002 
00010 #ifndef _dkutil_Compress_h__
00011 #define _dkutil_Compress_h__
00012 
00013 
00014 
00015 namespace dkutil{
00016 
00017 template<class COMPRESS_POLICY,class CRYPT_POLICY>
00018 class CryptCompressor{
00019     CRYPT_POLICY mCrypt;
00020     COMPRESS_POLICY mCompress;
00021 public:
00022     typedef CRYPT_POLICY CRYPT_TYPE;
00023     typedef COMPRESS_POLICY COMPRESS_TYPE;
00024     CryptCompressor(){}
00025     virtual ~CryptCompressor(){
00026     }
00027     bool reset(const char *Key,size_t KeySize){
00028 
00029     }
00030         
00032     bool encode(char *src,size_t srcsize,byte_buffer &GetBuff){
00033         
00034     }
00035 
00036 
00037 };
00038 
00039 
00040 }//end of dkutil namespace
00041 
00042 #endif

dkutil 1.02リリース前 d金魚専用マニュアルバージョンに対してSun Dec 28 21:23:07 2003に生成されました。 doxygen 1.3.5