|
byteme
Read/write bytes from various sources
|
| ▼Nbyteme | Simple byte readers and writers |
| CBufferedReader | Buffered wrapper around a Reader |
| CBufferedWriter | Buffered wrapper around a Writer |
| CGzipFileReader | Read uncompressed bytes from a Gzip-compressed file |
| CGzipFileReaderOptions | Options for GzipFileReader construction |
| CGzipFileWriter | Write uncompressed bytes to a Gzip-compressed file |
| CGzipFileWriterOptions | Options for GzipFileWriter construction |
| CIstreamReader | Read bytes from a std::istream |
| COstreamWriter | Read bytes from a std::ostream |
| CParallelBufferedReader | Parallelized buffering to wrap a Reader |
| CParallelBufferedWriter | Parallelized buffering to wrap a Writer |
| CRawBufferReader | Read bytes from a raw buffer, usually text |
| CRawBufferWriter | Write bytes to a raw buffer |
| CRawBufferWriterOptions | Options for the RawBufferWriter constructor |
| CRawFileReader | Read bytes from a file, usually text |
| CRawFileReaderOptions | Options for the RawFileReader constructor |
| CRawFileWriter | Write bytes to a file |
| CRawFileWriterOptions | Options for the RawFileWriter constructor |
| CReader | Virtual class for reading bytes from a source |
| CSerialBufferedReader | Serial buffering to wrap a Reader |
| CSerialBufferedWriter | Serial buffering to wrap a Writer |
| CWriter | Virtual class for writing bytes to a sink |
| CZlibBufferReader | Read and decompress bytes from a Zlib-compressed buffer |
| CZlibBufferReaderOptions | Options for the ZlibBufferReader constructor |
| CZlibBufferWriter | Compress and write bytes to a Zlib-compressed buffer |
| CZlibBufferWriterOptions | Options for the ZlibBufferWriter constructor |