KMIME Library
kmime_codecs.h
  
Go to the documentation of this file.
virtual bool finish(char *&dcursor, const char *const dend)=0
Call this method to finalize the output stream. 
bool writeCRLF(char *&dcursor, const char *const dend)
Convenience function. 
Definition: kmime_codecs.h:485
An abstract base class of codecs for common mail transfer encodings. 
Definition: kmime_codecs.h:83
bool write(char ch, char *&dcursor, const char *const dend)
Writes character ch to the output stream or the output buffer, depending on whether or not the output...
Definition: kmime_codecs.h:451
virtual bool finish(char *&dcursor, const char *const dend)=0
Call this method to finalize the output stream. 
virtual bool decode(const char *&scursor, const char *const send, char *&dcursor, const char *const dend)=0
Decodes a chunk of data, maintaining state information between calls. 
virtual bool encode(const char *&scursor, const char *const send, char *&dcursor, const char *const dend)=0
Encodes a chunk of data, maintaining state information between calls. 
bool flushOutputBuffer(char *&dcursor, const char *const dend)
Writes characters from the output buffer to the output stream. 
Definition: kmime_codecs.cpp:214
The KAutoDeleteHash class is a convenience QHash subclass that provides automatic deletion of the val...
Definition: kautodeletehash.h:49
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference