okteta
bytearrayuuencodingstreamencoder.cpp File Reference
#include "bytearrayuuencodingstreamencoder.h"
#include "../base64/bytearraybase64streamencoder.h"
#include <abstractbytearraymodel.h>
#include <KLocale>
#include <QtCore/QTextStream>
Include dependency graph for bytearrayuuencodingstreamencoder.cpp:
Go to the source code of this file.
Namespaces | |
Kasten2 | |
Functions | |
static char | Kasten2::uumapByteBase64 (char byte) |
static char | Kasten2::uumapByteHistorical (char byte) |
Variables | |
static const UumapEncodeData | Kasten2::base64UumapEncodeData |
static const int | Kasten2::defaultUuInputLineLength = 45 |
static const UumapEncodeData | Kasten2::historicalUumapEncodeData |
static const int | Kasten2::maxInputGroupsPerLine = uuInputLineLength/uuInputGroupLength |
static const int | Kasten2::uuInputGroupLength = 3 |
static const int | Kasten2::uuInputLineLength = defaultUuInputLineLength |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.