Main Page Class Hierarchy Alphabetical List Compound List Examples |
application/octet-stream entity class More...
#include <message.h>
Public Member Functions | |
template<typename Codec > | |
ApplicationOctStream (const std::string &, const Codec &c=Base64::Encoder()) | |
std::string | type () const |
void | type (const std::string &) |
uint | padding () const |
void | padding (unsigned int) |
bool | operator() () const |
bool | isValid () const |
Protected Attributes | |
std::string | m_fqn |
bool | m_status |
application/octet-stream entity class