|
byteme
Read/write bytes from various sources
|
Magic numbers for various compression algorithms. More...
Go to the source code of this file.
Namespaces | |
| namespace | byteme |
| Simple byte readers and writers. | |
Enumerations | |
| enum class | byteme::ZlibCompressionMode : char { DEFLATE , ZLIB , GZIP } |
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_zlib_or_gzip (const unsigned char *buffer, std::size_t n) |
| bool | byteme::is_gzip (const char *path) |
Magic numbers for various compression algorithms.