#include <compression.h>
Adapts a zlib style API
Definition at line 209 of file compression.h.
◆ ~Compression_Stream()
| virtual Botan::Compression_Stream::~Compression_Stream |
( |
| ) |
|
|
virtualdefault |
◆ avail_in()
| virtual size_t Botan::Compression_Stream::avail_in |
( |
| ) |
const |
|
pure virtual |
◆ avail_out()
| virtual size_t Botan::Compression_Stream::avail_out |
( |
| ) |
const |
|
pure virtual |
◆ finish_flag()
| virtual uint32_t Botan::Compression_Stream::finish_flag |
( |
| ) |
const |
|
pure virtual |
Return the library specific flag for finishing the stream
- Returns
- the finish flag
◆ flush_flag()
| virtual uint32_t Botan::Compression_Stream::flush_flag |
( |
| ) |
const |
|
pure virtual |
Return the library specific flag for flushing the stream
- Returns
- the flush flag
◆ next_in()
| virtual void Botan::Compression_Stream::next_in |
( |
uint8_t * | b, |
|
|
size_t | len ) |
|
pure virtual |
◆ next_out()
| virtual void Botan::Compression_Stream::next_out |
( |
uint8_t * | b, |
|
|
size_t | len ) |
|
pure virtual |
◆ run()
| virtual bool Botan::Compression_Stream::run |
( |
uint32_t | flags | ) |
|
|
pure virtual |
Run the compression engine over the current buffers
- Parameters
-
- Returns
- true once the stream is complete
◆ run_flag()
| virtual uint32_t Botan::Compression_Stream::run_flag |
( |
| ) |
const |
|
pure virtual |
Return the library specific flag for ordinary processing
- Returns
- the run flag
The documentation for this class was generated from the following file: