SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::zstd_compression Struct Reference

A tag signifying a zstd compressed file. More...

#include <seqan3/io/detail/magic_header.hpp>

Static Public Attributes

static std::vector< std::stringfile_extensions {{"zst"}}
 The valid file extension for zstd compression.
 
static constexpr std::array< char, 4 > magic_header {'\x28', '\xb5', '\x2f', '\xfd'}
 The magic byte sequence to disambiguate zstd compressed files.
 

Detailed Description

A tag signifying a zstd compressed file.


The documentation for this struct was generated from the following file:
Hide me