KCodecs
kcodecsuuencode.cpp
Go to the documentation of this file.
62 bool decode(const char *&scursor, const char *const send, char *&dcursor, const char *const dend) override;
126bool UUDecoder::decode(const char *&scursor, const char *const send, char *&dcursor, const char *const dend)
Stateful CTE decoder class.
Stateful encoder class.
Encoder * makeEncoder(NewlineType newline=Codec::NewlineLF) const override
Definition kcodecsuuencode.cpp:72
Decoder * makeDecoder(NewlineType newline=Codec::NewlineLF) const override
Definition kcodecsuuencode.cpp:78
This file is part of the API for handling MIME data and defines a uuencode Codec class.
A wrapper class for the most commonly used encoding and decoding algorithms.
Definition kcodecs.cpp:41
const QList< QKeySequence > & end()
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.