|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
A tag signifying a zstd compressed file. More...
#include <seqan3/io/detail/magic_header.hpp>
Static Public Attributes | |
| static std::vector< std::string > | file_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. | |
A tag signifying a zstd compressed file.