libzarr
Header-only C++17 Zarr v2/v3, WASM-compatible
Loading...
Searching...
No Matches
codecs_gzip.hpp File Reference
#include <algorithm>
#include <climits>
#include <cstdint>
#include <optional>
#include <string>
#include <zlib.h>
#include "libzarr/detail/common.hpp"
#include "libzarr/types.hpp"

Go to the source code of this file.

Detailed Description

zlib-backed byte codecs. Two distinct framings share one algorithm: v2 "zlib" is RFC 1950, v2/v3 "gzip" is RFC 1952 — the difference is only the header/trailer, selected via zlib's windowBits.