libkmime
KMime::Base64Codec Class Reference
Inheritance diagram for KMime::Base64Codec:

Detailed Description
Definition at line 39 of file kmime_codec_base64.h.
Public Member Functions | |
virtual | ~Base64Codec () |
const char * | name () const |
int | maxEncodedSizeFor (int insize, bool withCRLF=false) const |
int | maxDecodedSizeFor (int insize, bool withCRLF=false) const |
Encoder * | makeEncoder (bool withCRLF=false) const |
Decoder * | makeDecoder (bool withCRLF=false) const |
Protected Member Functions | |
Base64Codec () | |
Friends | |
class | Codec |
Member Function Documentation
const char* KMime::Base64Codec::name | ( | ) | const [inline, virtual] |
- Returns:
- the name of the encoding.
Guaranteed to be lowercase.
Implements KMime::Codec.
Reimplemented in KMime::Rfc2047BEncodingCodec.
Definition at line 47 of file kmime_codec_base64.h.
The documentation for this class was generated from the following files: