|
byteme
C++ wrappers for buffered inputs
|
| Cbyteme::GzipFileReaderOptions | Options for GzipFileReader construction |
| Cbyteme::GzipFileWriterOptions | Options for GzipFileWriter construction |
| Cbyteme::IstreamReaderOptions | Options for IstreamReader construction |
| ▼Cbyteme::PerByteInterface< Type_ > | Interface for byte-by-byte extraction from a Reader source |
| Cbyteme::PerByteParallel< Type_, Pointer_ > | Parallelized byte-by-byte extraction from a Reader source |
| Cbyteme::PerByteSerial< Type_, Pointer_ > | Serial byte-by-byte extraction from a Reader source |
| Cbyteme::RawBufferWriterOptions | Options for the RawBufferWriter constructor |
| Cbyteme::RawFileReaderOptions | Options for the RawFileReader constructor |
| Cbyteme::RawFileWriterOptions | Options for the RawFileWriter constructor |
| ▼Cbyteme::Reader | Virtual class for reading bytes from a source |
| Cbyteme::ChunkedBufferReader | Read chunks of bytes from a raw buffer |
| Cbyteme::GzipFileReader | Read uncompressed bytes from a Gzip-compressed file |
| Cbyteme::IstreamReader< Pointer_ > | Read bytes from a std::istream |
| Cbyteme::RawBufferReader | Read bytes from a raw buffer, usually text |
| Cbyteme::RawFileReader | Read bytes from a file, usually text |
| Cbyteme::SomeBufferReader | Read a buffer that may or may not be Gzip/Zlib-compressed |
| Cbyteme::SomeFileReader | Read a file that may or may not be Gzipped |
| Cbyteme::ZlibBufferReader | Read and decompress bytes from a Zlib-compressed buffer |
| Cbyteme::SomeBufferReaderOptions | Options for the SomeBufferReader constructor |
| Cbyteme::SomeFileReaderOptions | Options for the SomeFileReader constructor |
| ▼Cbyteme::Writer | Virtual class for writing bytes to a sink |
| Cbyteme::GzipFileWriter | Write uncompressed bytes to a Gzip-compressed file |
| Cbyteme::OstreamWriter< Pointer_ > | Read bytes from a std::ostream |
| Cbyteme::RawBufferWriter | Write bytes to a raw buffer |
| Cbyteme::RawFileWriter | Write bytes to a file |
| Cbyteme::ZlibBufferWriter | Compress and write bytes to a Zlib-compressed buffer |
| Cbyteme::ZlibBufferReaderOptions | Options for the ZlibBufferReader constructor |
| Cbyteme::ZlibBufferWriterOptions | Options for the ZlibBufferWriter constructor |