byteme
Read/write bytes from various sources
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
 CBufferedReaderBuffered wrapper around a Reader
 CBufferedWriterBuffered wrapper around a Writer
 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
 COstreamWriterRead bytes from a std::ostream
 CParallelBufferedReaderParallelized buffering to wrap a Reader
 CParallelBufferedWriterParallelized buffering to wrap a Writer
 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
 CSerialBufferedReaderSerial buffering to wrap a Reader
 CSerialBufferedWriterSerial buffering to wrap a Writer
 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