NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
lz4_compress.hpp 文件参考

LZ4压缩解压缩工具 更多...

lz4_compress.hpp 的引用(Include)关系图:

浏览该文件的源代码.

struct  neforce::lz4_exception
 lz4操作异常类 更多...
class  neforce::lz4_compressor
 LZ4压缩解压缩工具类 更多...
class  neforce::lz4_compressor::stream_compressor
 流式压缩器 更多...
class  neforce::lz4_compressor::stream_decompressor
 流式解压缩器 更多...

详细描述

LZ4压缩解压缩工具

此文件提供了基于LZ4库的压缩解压缩功能实现。 支持内存数据的压缩解压缩,提供流式处理能力, 包括一次性压缩和流式压缩两种模式。

在文件 lz4_compress.hpp 中定义.