byteme
C++ wrappers for buffered inputs
Loading...
Searching...
No Matches
magic_numbers.hpp File Reference

Magic numbers for various compression algorithms. More...

Go to the source code of this file.

Namespaces

namespace  byteme
 Simple byte readers and writers.
 

Functions

bool byteme::is_zlib (const unsigned char *buffer, std::size_t n)
 
bool byteme::is_gzip (const unsigned char *buffer, std::size_t n)
 
bool byteme::is_gzip (const char *path)
 

Detailed Description

Magic numbers for various compression algorithms.