kmime_charfreq.h File Reference

This file is part of the API for handling MIME data and defines the CharFreq class. More...

#include <QtCore/QByteArray>
#include "kmime_export.h"
Include dependency graph for kmime_charfreq.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  KMime::CharFreq
 A class for performing basic data typing using frequency count heuristics. More...

Namespaces

namespace  KMime

Detailed Description

This file is part of the API for handling MIME data and defines the CharFreq class.

Defines the CharFreq class.

Author(s):
Marc Mutz <mutz@kde.org>
KDE 4 Glossary:

8-bit: Data that contains bytes with at least one value greater than 127, or at least one NUL byte.

KDE 4 Glossary:

8-bit-binary: Eight-bit data that contains a high percentage of non-ascii values, or lines longer than 998 characters, or stray CRs, or NULs.

KDE 4 Glossary:

8-bit-text: Eight-bit data that contains a high percentage of ascii values, no lines longer than 998 characters, no NULs, and either only LFs or only CRLFs.

KDE 4 Glossary:

7-Bit: Data that contains bytes with all values less than 128, and no NULs.

KDE 4 Glossary:

7-bit-binary: Seven-bit data that contains a high percentage of non-ascii values, or lines longer than 998 characters, or stray CRs.

KDE 4 Glossary:

7-bit-text: Seven-bit data that contains a high percentage of ascii values, no lines longer than 998 characters, and either only LFs, or only CRLFs.

Definition in file kmime_charfreq.h.

KDE Home | KDE Accessibility Home | Description of Access Keys