|
Electroneum
|
#include <gzip_encoding.h>


Public Member Functions | |
| content_encoding_gzip (i_target_handler *powner_filter, bool is_deflate_mode=false) | |
| Function content_encoding_gzip : Constructor. More... | |
| ~content_encoding_gzip () | |
| Function content_encoding_gzip : Destructor. More... | |
| virtual bool | update_in (std::string &piece_of_transfer) |
| Function update_in : Entry point for income data. More... | |
| virtual void | stop (std::string &OUT collect_remains) |
| Function stop : Entry point for stop signal and flushing cached data buffer. More... | |
Public Member Functions inherited from epee::net_utils::i_sub_handler | |
| virtual | ~i_sub_handler () |
| virtual void | stop (std::string &collect_remains)=0 |
| virtual bool | update_and_stop (std::string &collect_remains, bool &is_changed) |
Definition at line 44 of file gzip_encoding.h.
|
inline |
Function content_encoding_gzip : Constructor.
Definition at line 52 of file gzip_encoding.h.
|
inline |
Function content_encoding_gzip : Destructor.
Definition at line 75 of file gzip_encoding.h.
|
inlinevirtual |
Function stop : Entry point for stop signal and flushing cached data buffer.
Definition at line 184 of file gzip_encoding.h.
|
inlinevirtual |
Function update_in : Entry point for income data.
Implements epee::net_utils::i_sub_handler.
Definition at line 85 of file gzip_encoding.h.
