KMIME Library
#include <kmime_codec_uuencode.h>

Public Member Functions | |
virtual | ~UUCodec () |
Decoder * | makeDecoder (bool withCRLF=false) const |
Encoder * | makeEncoder (bool withCRLF=false) const |
int | maxDecodedSizeFor (int insize, bool withCRLF=false) const |
int | maxEncodedSizeFor (int insize, bool withCRLF=false) const |
const char * | name () const |
Protected Member Functions | |
UUCodec () |
Detailed Description
A class representing the UUEncode codec.
Definition at line 48 of file kmime_codec_uuencode.h.
Constructor & Destructor Documentation
KMime::UUCodec::UUCodec | ( | ) | [inline, protected] |
Constructs a UUEncode codec.
Definition at line 55 of file kmime_codec_uuencode.h.
virtual KMime::UUCodec::~UUCodec | ( | ) | [inline, virtual] |
Destroys the codec.
Definition at line 61 of file kmime_codec_uuencode.h.
Member Function Documentation
Decoder * KMime::UUCodec::makeDecoder | ( | bool | withCRLF = false | ) | const [virtual] |
- Returns:
- a pointer to an instance of the codec's encoder.
Implements KMime::Codec.
Definition at line 81 of file kmime_codec_uuencode.cpp.
Encoder * KMime::UUCodec::makeEncoder | ( | bool | withCRLF = false | ) | const [virtual] |
- Returns:
- a pointer to an instance of the codec's encoder.
Implements KMime::Codec.
Definition at line 76 of file kmime_codec_uuencode.cpp.
int KMime::UUCodec::maxDecodedSizeFor | ( | int | insize, |
bool | withCRLF = false |
||
) | const [inline, virtual] |
- Parameters:
-
insize is the number of input characters to be decoded. withCRLF if true, make the newlines CRLF; else use LF.
- Returns:
- the maximum number of characters in the decoding.
Implements KMime::Codec.
Definition at line 84 of file kmime_codec_uuencode.h.
int KMime::UUCodec::maxEncodedSizeFor | ( | int | insize, |
bool | withCRLF = false |
||
) | const [inline, virtual] |
- Parameters:
-
insize is the number of input characters to be encoded. withCRLF if true, make the newlines CRLF; else use LF.
- Returns:
- the maximum number of characters in the encoding.
Implements KMime::Codec.
Definition at line 74 of file kmime_codec_uuencode.h.
const char* KMime::UUCodec::name | ( | ) | const [inline, virtual] |
Guaranteed to be lowercase.
Implements KMime::Codec.
Definition at line 67 of file kmime_codec_uuencode.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 22:17:29 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.