#include <basic_ostream.h>
◆ Compressed_ostream() [1/2]
Compressed_ostream::Compressed_ostream |
( |
| ) |
|
◆ ~Compressed_ostream()
Compressed_ostream::~Compressed_ostream |
( |
| ) |
|
|
overridedefault |
◆ Compressed_ostream() [2/2]
◆ get_compressor()
◆ operator=()
◆ set_compressor()
◆ write()
bool Compressed_ostream::write |
( |
const unsigned char * |
buffer, |
|
|
my_off_t |
length |
|
) |
| |
|
overridevirtual |
Write some bytes into the output stream.
When all data is written into the stream successfully, then it return false. Otherwise, true is returned. It will never returns false when partial data is written into the stream.
- Parameters
-
[in] | buffer | Data to be written |
[in] | length | Length of the data |
- Return values
-
Implements Basic_ostream.
◆ m_compressor
The documentation for this class was generated from the following files: