8 #ifndef META_OCEAN_IO_COMPRESSION_H
9 #define META_OCEAN_IO_COMPRESSION_H
52 static bool gzipDecompress(
const void* compressedBuffer,
const size_t compressedBufferSize,
Buffer& uncompressedBuffer);
This class implements individual compression algorithms.
Definition: Compression.h:26
static bool gzipDecompress(const void *compressedBuffer, const size_t compressedBufferSize, Buffer &uncompressedBuffer)
Decompresses a buffer which has been compressed with gzip.
std::vector< uint8_t > Buffer
Definition of a vector holding bytes.
Definition: Compression.h:32
static bool gzipCompress(const void *buffer, const size_t bufferSize, Buffer &compressedBuffer)
Compresses a buffer with gzip.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15