PIP 5.6.1
Platform-Independent Primitives
Files | Functions
Compress

Compression support. More...

Files

file  picompress.h
 Compress class zlib.
 

Functions

PIByteArray piCompress (const PIByteArray &ba, int level=6)
 Compress "ba" with compression level "level", return empty PIByteArray if no compression supports.
 
PIByteArray piDecompress (const PIByteArray &zba)
 Decompress "zba", return empty PIByteArray if no compression supports.
 

Detailed Description

Compression support.

Building with CMake

find_package(PIP REQUIRED)
target_link_libraries([target] PIP::Compress)
Common

These files provides simple compression and decompression support.

Authors

Ivan Pelipenko peri4.nosp@m.ko@y.nosp@m.andex.nosp@m..ru; Andrey Bychkov work..nosp@m.a.b@.nosp@m.yande.nosp@m.x.ru;