|
byteme
C++ wrappers for buffered inputs
|
| ▼Nbyteme | Simple byte readers and writers |
| CChunkedBufferReader | Read chunks of bytes from a raw buffer |
| 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 |
| CIstreamReaderOptions | Options for IstreamReader construction |
| COstreamWriter | Read bytes from a std::ostream |
| CPerByteInterface | Interface for byte-by-byte extraction from a Reader source |
| CPerByteParallel | Parallelized byte-by-byte extraction from a Reader source |
| CPerByteSerial | Serial byte-by-byte extraction from a Reader source |
| 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 |
| CSomeBufferReader | Read a buffer that may or may not be Gzip/Zlib-compressed |
| CSomeBufferReaderOptions | Options for the SomeBufferReader constructor |
| CSomeFileReader | Read a file that may or may not be Gzipped |
| CSomeFileReaderOptions | Options for the SomeFileReader constructor |
| 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 |