1#ifndef BYTEME_BYTEME_HPP
2#define BYTEME_BYTEME_HPP
17#if __has_include("zlib.h")
Read chunks of bytes from a raw buffer.
Read a Gzip-compressed file.
Write a Gzip-compressed file.
Read bytes from an input stream.
Write bytes to an arbitrary output stream.
Perform byte-by-byte extraction.
Read bytes from a raw buffer without any extra transformations.
Write bytes to a raw buffer without any extra transformations.
Read a file without any extra transformations.
Write bytes to a file without any extra transformations.
Read a possibly-Gzipped or Zlibbed buffer.
Read a possibly-Gzipped file.
Read bytes from a Zlib-compressed buffer.
Write bytes to a Zlib-compressed buffer.
Simple byte readers and writers.