|
|
bool | filter (const char *&src_begin, const char *src_end, char *&dest_begin, char *dest_end, bool flush) |
| |
|
void | close () |
| |
|
| ZSTDFilterBase (const ZSTDFilterBase &)=delete |
| |
|
|
using | char_type = char |
| |
|
void | before (const char *&src_begin, const char *src_end, char *&dest_begin, const char *dest_end) |
| |
|
void | after (const char *&src_begin, char *&dest_begin, bool) const |
| |
|
void | reset () |
| |
|
ZSTD_inBuffer | in_ |
| |
|
ZSTD_outBuffer | out_ |
| |
|
int | eof_ = 0 |
| |
Definition at line 84 of file zstdfilter.h.
The documentation for this class was generated from the following file: