KMIME Library
#include <kmime_codec_base64.h>
Public Member Functions | |
virtual | ~Rfc2047BEncodingCodec () |
Encoder * | makeEncoder (bool withCRLF=false) const |
int | maxDecodedSizeFor (int insize, bool withCRLF=false) const |
int | maxEncodedSizeFor (int insize, bool withCRLF=false) const |
const char * | name () const |
Public Member Functions inherited from KMime::Base64Codec | |
virtual | ~Base64Codec () |
Decoder * | makeDecoder (bool withCRLF=false) 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 QByteArray | decode (const QByteArray &src, bool withCRLF=false) const |
virtual bool | encode (const char *&scursor, const char *const send, char *&dcursor, const char *const dend, bool withCRLF=false) const |
virtual QByteArray | encode (const QByteArray &src, bool withCRLF=false) const |
Protected Member Functions | |
Rfc2047BEncodingCodec () | |
Protected Member Functions inherited from KMime::Base64Codec | |
Base64Codec () | |
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 the B encoding as specified in RFC2047B.
Definition at line 140 of file kmime_codec_base64.h.
Constructor & Destructor Documentation
|
inlineprotected |
Constructs a RFC2047B codec.
Definition at line 147 of file kmime_codec_base64.h.
|
inlinevirtual |
Destroys the codec.
Definition at line 153 of file kmime_codec_base64.h.
Member Function Documentation
|
virtual |
Reimplemented from KMime::Base64Codec.
Definition at line 160 of file kmime_codec_base64.cpp.
|
inlinevirtual |
Reimplemented from KMime::Base64Codec.
Definition at line 177 of file kmime_codec_base64.h.
|
inlinevirtual |
Reimplemented from KMime::Base64Codec.
Definition at line 166 of file kmime_codec_base64.h.
|
inlinevirtual |
Reimplemented from KMime::Base64Codec.
Definition at line 159 of file kmime_codec_base64.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.