3 #include "telnetpp/core.hpp" 5 namespace telnetpp {
namespace options {
namespace mccp {
A collection of bytes that models the Standard Library's Container concept.
virtual ~compressor()
Destructor.
Definition: compressor.hpp:16
virtual telnetpp::u8stream end_compression()=0
Ends the compression stream.
virtual telnetpp::u8stream compress(telnetpp::u8stream const &sequence)=0
Compress the given byte sequence and return the compressed sequence.
Definition: byte_converter.hpp:4
Represents an object that can compress arbitrary byte sequences.
Definition: compressor.hpp:10