okteta
bytearraybase64streamencoder.cpp
Go to the documentation of this file.
60 : AbstractByteArrayStreamEncoder( i18nc("name of the encoding target","Base64"), QString::fromLatin1("application/base64") )
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
virtual ~ByteArrayBase64StreamEncoder()
Definition: bytearraybase64streamencoder.cpp:124
static const char * base64Padding(ByteArrayBase64StreamEncoder::InputByteIndex index)
Definition: bytearraybase64streamencoder.cpp:53
static const int maxOutputGroupsPerLine
Definition: bytearraybase64streamencoder.h:47
virtual bool encodeDataToStream(QIODevice *device, const ByteArrayView *byteArrayView, const Okteta::AbstractByteArrayModel *byteArrayModel, const Okteta::AddressRange &range)
Definition: bytearraybase64streamencoder.cpp:64
static const char *const base64PaddingData[2]
Definition: bytearraybase64streamencoder.cpp:48
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...
const char base64EncodeMap[64]
Definition: bytearraybase64streamencoder.cpp:36
ByteArrayBase64StreamEncoder()
Definition: bytearraybase64streamencoder.cpp:59
Definition: bytearrayview.h:51
InputByteIndex
Definition: bytearraybase64streamencoder.h:49
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.