byteme
C++ wrappers for buffered inputs
|
Files | |
byteme.hpp | |
Umbrella header for all byteme classes. | |
ChunkedBufferReader.hpp | |
Read chunks of bytes from a raw buffer. | |
GzipFileReader.hpp | |
Read a Gzip-compressed file. | |
GzipFileWriter.hpp | |
Write a Gzip-compressed file. | |
IstreamReader.hpp | |
Read bytes from an input stream. | |
OstreamWriter.hpp | |
Write bytes to an arbitrary output stream. | |
PerByte.hpp | |
Perform byte-by-byte extraction. | |
RawBufferReader.hpp | |
Read bytes from a raw buffer without any extra transformations. | |
RawBufferWriter.hpp | |
Write bytes to a raw buffer without any extra transformations. | |
RawFileReader.hpp | |
Read a file without any extra transformations. | |
RawFileWriter.hpp | |
Write bytes to a file without any extra transformations. | |
Reader.hpp | |
Read an input source. | |
SomeBufferReader.hpp | |
Read a possibly-Gzipped or Zlibbed buffer. | |
SomeFileReader.hpp | |
Read a possibly-Gzipped file. | |
temp_file_path.hpp | |
Define a temporary file path, usually for testing. | |
Writer.hpp | |
Write to an output sink. | |
ZlibBufferReader.hpp | |
Read bytes from a Zlib-compressed buffer. | |
ZlibBufferWriter.hpp | |
Write bytes to a Zlib-compressed buffer. | |