std::shared_ptr< ArraySegment< byte > > decompress(const std::shared_ptr< ArraySegment< byte >> &data) override
Decompress data with the compression algorithm.
Definition: GZipCompression.cpp:18
std::shared_ptr< ArraySegment< byte > > compress(const std::shared_ptr< ArraySegment< byte >> &data) override
Compress data with the compression algorithm.
Definition: GZipCompression.cpp:8