KCodecs
kcodecsuuencode.h
Go to the documentation of this file.
An abstract base class of codecs for common mail transfer encodings.
Definition: kcodecs.h:373
int maxDecodedSizeFor(int insize, NewlineType newline=Codec::NewlineLF) const override
Definition: kcodecsuuencode.h:71
int maxEncodedSizeFor(int insize, NewlineType newline=Codec::NewlineLF) const override
Definition: kcodecsuuencode.h:61
Decoder * makeDecoder(NewlineType newline=Codec::NewlineLF) const override
Definition: kcodecsuuencode.cpp:77
A wrapper class for the most commonly used encoding and decoding algorithms.
Definition: kcodecs.cpp:49
Encoder * makeEncoder(NewlineType newline=Codec::NewlineLF) const override
Definition: kcodecsuuencode.cpp:71
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 22:45:59 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 22:45:59 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.