KMIME Library
Go to the documentation of this file.
35 #ifndef __KMIME_CODEC_IDENTITY_H__
36 #define __KMIME_CODEC_IDENTITY_H__
70 QByteArray encode(
const QByteArray &src,
bool withCRLF=
false )
const;
76 QByteArray decode(
const QByteArray &src,
bool withCRLF=
false )
const;
82 int maxEncodedSizeFor(
int insize,
bool withCRLF )
const
95 int maxDecodedSizeFor(
int insize,
bool withCRLF )
const
108 Encoder *makeEncoder(
bool withCRLF=
false )
const;
114 Decoder *makeDecoder(
bool withCRLF=
false )
const;
140 const char *name()
const
167 const char *name()
const
194 const char *name()
const
201 int maxEncodedSizeFor(
int insize,
bool withCRLF=
false )
const
202 { Q_UNUSED( withCRLF );
return insize; }
208 int maxDecodedSizeFor(
int insize,
bool withCRLF=
false )
const
209 { Q_UNUSED( withCRLF );
return insize; }
214 #endif // __KMIME_CODEC_IDENTITY_H__
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:25:45 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.