KMIME Library
kmime_codec_identity.h
Go to the documentation of this file.
This file is part of the API for handling MIME data and defines the Codec class.
A class representing the codec for seven-bit-text.
Definition: kmime_codec_identity.h:121
int maxDecodedSizeFor(int insize, bool withCRLF=false) const
Definition: kmime_codec_identity.h:208
An abstract base class of codecs for common mail transfer encodings.
Definition: kmime_codecs.h:83
int maxDecodedSizeFor(int insize, bool withCRLF) const
Definition: kmime_codec_identity.h:95
int maxEncodedSizeFor(int insize, bool withCRLF) const
Definition: kmime_codec_identity.h:82
virtual bool decode(const char *&scursor, const char *const send, char *&dcursor, const char *const dend, bool withCRLF=false) const
Convenience wrapper that can be used for small chunks of data when you can provide a large enough buf...
Definition: kmime_codecs.cpp:183
virtual bool encode(const char *&scursor, const char *const send, char *&dcursor, const char *const dend, bool withCRLF=false) const
Convenience wrapper that can be used for small chunks of data when you can provide a large enough buf...
Definition: kmime_codecs.cpp:108
A class representing the codec for eight-bit-text.
Definition: kmime_codec_identity.h:148
A class representing the codec for eight-bit-binary.
Definition: kmime_codec_identity.h:175
int maxEncodedSizeFor(int insize, bool withCRLF=false) const
Definition: kmime_codec_identity.h:201
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.