byteme
C++ wrappers for buffered inputs
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NbytemeSimple byte readers and writers
 CChunkedBufferReaderRead chunks of bytes from a raw buffer
 CGzipFileReaderRead uncompressed bytes from a Gzip-compressed file
 CGzipFileReaderOptionsOptions for GzipFileReader construction
 CGzipFileWriterWrite uncompressed bytes to a Gzip-compressed file
 CGzipFileWriterOptionsOptions for GzipFileWriter construction
 CIstreamReaderRead bytes from a std::istream
 CIstreamReaderOptionsOptions for IstreamReader construction
 COstreamWriterRead bytes from a std::ostream
 CPerByteInterfaceInterface for byte-by-byte extraction from a Reader source
 CPerByteParallelParallelized byte-by-byte extraction from a Reader source
 CPerByteSerialSerial byte-by-byte extraction from a Reader source
 CRawBufferReaderRead bytes from a raw buffer, usually text
 CRawBufferWriterWrite bytes to a raw buffer
 CRawBufferWriterOptionsOptions for the RawBufferWriter constructor
 CRawFileReaderRead bytes from a file, usually text
 CRawFileReaderOptionsOptions for the RawFileReader constructor
 CRawFileWriterWrite bytes to a file
 CRawFileWriterOptionsOptions for the RawFileWriter constructor
 CReaderVirtual class for reading bytes from a source
 CSomeBufferReaderRead a buffer that may or may not be Gzip/Zlib-compressed
 CSomeBufferReaderOptionsOptions for the SomeBufferReader constructor
 CSomeFileReaderRead a file that may or may not be Gzipped
 CSomeFileReaderOptionsOptions for the SomeFileReader constructor
 CWriterVirtual class for writing bytes to a sink
 CZlibBufferReaderRead and decompress bytes from a Zlib-compressed buffer
 CZlibBufferReaderOptionsOptions for the ZlibBufferReader constructor
 CZlibBufferWriterCompress and write bytes to a Zlib-compressed buffer
 CZlibBufferWriterOptionsOptions for the ZlibBufferWriter constructor