文件名称:7zipDll2
介绍说明--下载内容均来自于网络,请自行研究使用
内存中进行压缩和解压的两个方法:
压缩
int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型
size_t inSize, //输入内存缓冲区的大小
Byte *outBuffer, //输出缓冲区指针BYTE*类型
size_t &outSize, //计算出的输出缓冲区大小
Int32 dictionary //字典的大小
)
解压
int RamDecode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型
size_t inSize, //输入内存缓冲区的大小
Byte *outBuffer, //输出缓冲区指针BYTE*类型
size_t &outSize, //计算出的输出缓冲区大小
Int32 dictionary //字典的大小
)
对文件进行压缩和解压的两个方法:
压缩:
int FileEncode(LPCTSTR inFile, //输入文件路径
LPCTSTR outFile, //输出文件路径
Int32 dictionary //字典大小
)
解压:
int FileDecode(LPCTSTR inFile, //输入文件路径
LPCTSTR outFile, //输出文件路径
Int32 dictionary //字典大小
)-memory compression and decompression of two methods : RamEncode compression int (* Byte inBuffer. / / input buffer memory pointer BYTE * types size_t inSize, / / input buffer memory size Byte * outBuffer, / / output buffer pointer BYTE * types size_t
压缩
int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型
size_t inSize, //输入内存缓冲区的大小
Byte *outBuffer, //输出缓冲区指针BYTE*类型
size_t &outSize, //计算出的输出缓冲区大小
Int32 dictionary //字典的大小
)
解压
int RamDecode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型
size_t inSize, //输入内存缓冲区的大小
Byte *outBuffer, //输出缓冲区指针BYTE*类型
size_t &outSize, //计算出的输出缓冲区大小
Int32 dictionary //字典的大小
)
对文件进行压缩和解压的两个方法:
压缩:
int FileEncode(LPCTSTR inFile, //输入文件路径
LPCTSTR outFile, //输出文件路径
Int32 dictionary //字典大小
)
解压:
int FileDecode(LPCTSTR inFile, //输入文件路径
LPCTSTR outFile, //输出文件路径
Int32 dictionary //字典大小
)-memory compression and decompression of two methods : RamEncode compression int (* Byte inBuffer. / / input buffer memory pointer BYTE * types size_t inSize, / / input buffer memory size Byte * outBuffer, / / output buffer pointer BYTE * types size_t
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 496369607zipdll2.rar 列表 使用方法\lzma.dll 使用方法\lzma.lib 使用方法\lzmadllfunc.TXT 使用方法