#include <ByteDump.hpp>
Public Member Functions | |
virtual | ~ByteDump () |
Destructor. | |
virtual void | dump (const std::string &bytes)=0 |
Dump bytes. |
Abstract base class for anything that can receive bytes.
|
Destructor. Destruct ByteDump object. |
|
Dump bytes. Pass a string of bytes to the object for handling.
|