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)
Decoder(Codec::NewlineType newline=Codec::NewlineLF)
Protected constructor.
Definition kcodecs.cpp:711
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-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:45 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:51:45 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.