KCodecs
kcodecsuuencode.h
Go to the documentation of this file.
63 qsizetype maxEncodedSizeFor(qsizetype insize, NewlineType newline = Codec::NewlineLF) const override
73 qsizetype maxDecodedSizeFor(qsizetype insize, NewlineType newline = Codec::NewlineLF) const override
An abstract base class of codecs for common mail transfer encodings.
Stateful CTE decoder class.
Stateful encoder class.
Encoder * makeEncoder(NewlineType newline=Codec::NewlineLF) const override
Definition kcodecsuuencode.cpp:72
qsizetype maxEncodedSizeFor(qsizetype insize, NewlineType newline=Codec::NewlineLF) const override
Definition kcodecsuuencode.h:63
Decoder * makeDecoder(NewlineType newline=Codec::NewlineLF) const override
Definition kcodecsuuencode.cpp:78
qsizetype maxDecodedSizeFor(qsizetype insize, NewlineType newline=Codec::NewlineLF) const override
Definition kcodecsuuencode.h:73
A wrapper class for the most commonly used encoding and decoding algorithms.
Definition kcodecs.cpp:41
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:52 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.