ark::compression::CompressedBlobFooter
Defined in header “ark/compression/framing.hh”.
This packed structure represents the ‘footer’ of a compressed blob, containing a bit of metadata about the format and size of the object.
Variables
-
uint32_t size
The uncompressed size of the object. -
CompressionType type
The compression type. -
uint8_t footer_version
Version information for this footer.