FirteX-高性能全文索引和检索平台

API Documentation


首页 | 名字空间列表 | 类继承关系 | 组合类型列表 | $(BL\录(B | 文件列表 | 名字空间成员 | 组合类型成员 | 文件成员

firtex::utility::CZLib类参考

#include <ZLib.h>

所有成员的列表。

公有成员

 CZLib (void)
 ~CZLib (void)

静态公有成员

bytecompress (const void *pInput, size_t nInput, size_t *pnOutput, size_t nSuggest=0)
bytedecompress (const void *pInput, size_t nInput, size_t *pnOutput, size_t nSuggest=0)


构造及析构函数文档

firtex::utility::CZLib::CZLib void   ) 
 

firtex::utility::CZLib::~CZLib void   ) 
 


成员函数文档

byte* firtex::utility::CZLib::compress const void *  pInput,
size_t  nInput,
size_t *  pnOutput,
size_t  nSuggest = 0
[static]
 

compress data

参数:
pInput the input data
nInput the size of input data
pnOutput the size of compressed data
nSuggest the suggest size of compressed data
返回:
the address of compressed data,pnOutput is it's size,must delete by user

byte* firtex::utility::CZLib::decompress const void *  pInput,
size_t  nInput,
size_t *  pnOutput,
size_t  nSuggest = 0
[static]
 

decompress data

参数:
pInput the input data
nInput the size of input data
pnOutput the size of decompressed data
nSuggest the suggest size of decompressed data
返回:
the address of decompressed data,pnOutput is it's size,must delete by user


该类的文档由以下文件生成:

http://www.firtex.org http://www.sourceforge.net/projects/firtex