okteta
bytearrayxxencodingstreamencoder.cpp
Go to the documentation of this file.
68 : AbstractByteArrayStreamEncoder( i18nc("name of the encoding target","Xxencoding"), QString::fromLatin1("text/x-xxencode") )
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
static const int defaultxxInputLineLength
Definition: bytearrayxxencodingstreamencoder.cpp:48
virtual ~ByteArrayXxencodingStreamEncoder()
Definition: bytearrayxxencodingstreamencoder.cpp:150
virtual bool encodeDataToStream(QIODevice *device, const ByteArrayView *byteArrayView, const Okteta::AbstractByteArrayModel *byteArrayModel, const Okteta::AddressRange &range)
Definition: bytearrayxxencodingstreamencoder.cpp:72
static const int xxInputLineLength
Definition: bytearrayxxencodingstreamencoder.cpp:49
static const int maxXxInputGroupsPerLine
Definition: bytearrayxxencodingstreamencoder.cpp:51
ByteArrayXxencodingStreamEncoder()
Definition: bytearrayxxencodingstreamencoder.cpp:67
XxencodingStreamEncoderSettings mSettings
Definition: bytearrayxxencodingstreamencoder.h:68
Definition: bytearrayxxencodingstreamencoder.h:51
XxencodingStreamEncoderSettings()
Definition: bytearrayxxencodingstreamencoder.cpp:63
Definition: bytearrayxxencodingstreamencoder.h:51
InputByteIndex
Definition: bytearrayxxencodingstreamencoder.h:51
virtual Byte byte(Address offset) const =0
locates working range The idea behind is to tell buffer which range will be requested in the followin...
QString fileName
Definition: bytearrayxxencodingstreamencoder.h:42
static const char xxencodeMap[64]
Definition: bytearrayxxencodingstreamencoder.cpp:36
static const int xxInputGroupLength
Definition: bytearrayxxencodingstreamencoder.cpp:50
static char xxmapByte(char byte)
Definition: bytearrayxxencodingstreamencoder.cpp:53
Definition: bytearrayxxencodingstreamencoder.h:51
Definition: bytearrayview.h:51
static const char * xxpadding(ByteArrayXxencodingStreamEncoder::InputByteIndex index)
Definition: bytearrayxxencodingstreamencoder.cpp:55
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:07 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:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.