KDECore
kcodecs.h File Reference
#include <kdecore_export.h>
Go to the source code of this file.
Classes | |
class | KMD5 |
Namespaces | |
namespace | KCodecs |
Macros | |
#define | KBase64 KCodecs |
Functions | |
QByteArray | KCodecs::base64Decode (const QByteArray &in) |
void | KCodecs::base64Decode (const QByteArray &in, QByteArray &out) |
QByteArray | KCodecs::base64Encode (const QByteArray &in, bool insertLFs=false) |
void | KCodecs::base64Encode (const QByteArray &in, QByteArray &out, bool insertLFs=false) |
QString | KCodecs::decodeRFC2047String (const QString &text) |
QByteArray | KCodecs::quotedPrintableDecode (const QByteArray &in) |
void | KCodecs::quotedPrintableDecode (const QByteArray &in, QByteArray &out) |
QByteArray | KCodecs::quotedPrintableEncode (const QByteArray &in, bool useCRLF=true) |
void | KCodecs::quotedPrintableEncode (const QByteArray &in, QByteArray &out, bool useCRLF) |
QByteArray | KCodecs::uudecode (const QByteArray &in) |
void | KCodecs::uudecode (const QByteArray &in, QByteArray &out) |
QByteArray | KCodecs::uuencode (const QByteArray &in) |
void | KCodecs::uuencode (const QByteArray &in, QByteArray &out) |
Macro Definition Documentation
◆ KBase64
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.