okteta
bytearraybase85streamencoder.cpp
Go to the documentation of this file.
66 : AbstractByteArrayStreamEncoder( i18nc("name of the encoding target","Ascii85"), QString::fromLatin1("text/x-ascii85") )
could it be useful to hide the data access behind an iterator? * class KDataBufferIterator { public: ...
Definition: abstractbytearraymodel.h:79
virtual ~ByteArrayBase85StreamEncoder()
Definition: bytearraybase85streamencoder.cpp:139
virtual bool encodeDataToStream(QIODevice *device, const ByteArrayView *byteArrayView, const Okteta::AbstractByteArrayModel *byteArrayModel, const Okteta::AddressRange &range)
Definition: bytearraybase85streamencoder.cpp:70
static const int maxOutputBytesPerLine
Definition: bytearraybase85streamencoder.h:45
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...
ByteArrayBase85StreamEncoder()
Definition: bytearraybase85streamencoder.cpp:65
InputByteIndex
Definition: bytearraybase85streamencoder.h:47
Definition: bytearrayview.h:51
static void streamEncoded(QTextStream &textStream, int &outputBytesPerLine, quint32 tuple, int inputByteCount)
Definition: bytearraybase85streamencoder.cpp:36
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.