KMIME Library
kmime_codec_identity.h
Go to the documentation of this file.
int maxEncodedSizeFor(int insize, bool withCRLF=false) const
Definition kmime_codec_identity.h:201
int maxDecodedSizeFor(int insize, bool withCRLF=false) const
Definition kmime_codec_identity.h:208
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
int maxEncodedSizeFor(int insize, bool withCRLF) const
Definition kmime_codec_identity.h:82
int maxDecodedSizeFor(int insize, bool withCRLF) const
Definition kmime_codec_identity.h:95
This file is part of the API for handling MIME data and defines the Codec class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.