|
byteme
Read/write bytes from various sources
|
Files | |
| BufferedReader.hpp | |
Buffered wrapper around a Reader. | |
| BufferedWriter.hpp | |
Buffered wrapper around a Writer. | |
| byteme.hpp | |
| Umbrella header for all byteme classes. | |
| GzipFileReader.hpp | |
| Read a Gzip-compressed file. | |
| GzipFileWriter.hpp | |
| Write a Gzip-compressed file. | |
| IstreamReader.hpp | |
| Read bytes from an input stream. | |
| magic_numbers.hpp | |
| Magic numbers for various compression algorithms. | |
| OstreamWriter.hpp | |
| Write bytes to an arbitrary output stream. | |
| 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. | |
| 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. | |