KMIME Library
KMime::SevenBitCodec Class Reference
#include <kmime_codec_identity.h>
Inheritance diagram for KMime::SevenBitCodec:
Public Member Functions | |
~SevenBitCodec () | |
const char * | name () const |
Public Member Functions inherited from KMime::IdentityCodec | |
~IdentityCodec () | |
QByteArray | decode (const QByteArray &src, bool withCRLF=false) const |
QByteArray | encode (const QByteArray &src, bool withCRLF=false) const |
Decoder * | makeDecoder (bool withCRLF=false) const |
Encoder * | makeEncoder (bool withCRLF=false) const |
int | maxDecodedSizeFor (int insize, bool withCRLF) const |
int | maxEncodedSizeFor (int insize, bool withCRLF) const |
Public Member Functions inherited from KMime::Codec | |
virtual | ~Codec () |
virtual bool | decode (const char *&scursor, const char *const send, char *&dcursor, const char *const dend, bool withCRLF=false) const |
virtual bool | encode (const char *&scursor, const char *const send, char *&dcursor, const char *const dend, bool withCRLF=false) const |
Protected Member Functions | |
SevenBitCodec () | |
Protected Member Functions inherited from KMime::IdentityCodec | |
IdentityCodec () | |
Protected Member Functions inherited from KMime::Codec | |
Codec () | |
Additional Inherited Members | |
Static Public Member Functions inherited from KMime::Codec | |
static Codec * | codecForName (const char *name) |
static Codec * | codecForName (const QByteArray &name) |
Detailed Description
A class representing the codec for seven-bit-text.
Definition at line 121 of file kmime_codec_identity.h.
Constructor & Destructor Documentation
|
inlineprotected |
Constructs the 7-bit codec.
Definition at line 128 of file kmime_codec_identity.h.
|
inline |
Destroys the codec.
Definition at line 134 of file kmime_codec_identity.h.
Member Function Documentation
|
inlinevirtual |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.