3#include "telnetpp/options/mccp/codec.hpp"
35 void do_start()
override;
40 void do_finish(continuation
const &cont)
override;
54 telnetpp::bytes transform_chunk(
55 telnetpp::bytes data, continuation
const &cont)
override;
58 std::unique_ptr<impl> pimpl_;
Represents an object that can transform (encode or decode) arbitrary byte sequences....
Definition codec.hpp:18
Represents an object that can compress arbitrary byte sequences.
Definition compressor.hpp:19
Implementation of the compressor/decompressor functionality for use with a telnetpp::options::mccp::c...