kget
#include <verifier_p.h>
|
static QString | calculatePartialChecksum (QFile *file, const QString &type, KIO::fileoffset_t startOffset, int pieceLength, KIO::filesize_t fileSize=0, bool *abortPtr=0) |
|
|
static const int | DIGGESTLENGTH [] = {128, 96, 64, 40, 40, 32, 32} |
|
static const QString | MD5 = QString("md5") |
|
static const int | MD5LENGTH = 32 |
|
static const int | PARTSIZE = 500 * 1024 |
|
static const QStringList | SUPPORTED = (QStringList() << "sha512" << "sha384" << "sha256" << "ripmed160" << "sha1" << "md5" << "md4") |
|
Definition at line 29 of file verifier_p.h.
VerifierPrivate::VerifierPrivate |
( |
Verifier * |
verifier | ) |
|
|
inline |
VerifierPrivate::~VerifierPrivate |
( |
| ) |
|
QString VerifierPrivate::calculatePartialChecksum |
( |
QFile * |
file, |
|
|
const QString & |
type, |
|
|
KIO::fileoffset_t |
startOffset, |
|
|
int |
pieceLength, |
|
|
KIO::filesize_t |
fileSize = 0 , |
|
|
bool * |
abortPtr = 0 |
|
) |
| |
|
static |
QString VerifierPrivate::dBusObjectPath |
KUrl VerifierPrivate::dest |
const int VerifierPrivate::DIGGESTLENGTH = {128, 96, 64, 40, 40, 32, 32} |
|
static |
const QString VerifierPrivate::MD5 = QString("md5") |
|
static |
const int VerifierPrivate::MD5LENGTH = 32 |
|
static |
const int VerifierPrivate::PARTSIZE = 500 * 1024 |
|
static |
const QStringList VerifierPrivate::SUPPORTED = (QStringList() << "sha512" << "sha384" << "sha256" << "ripmed160" << "sha1" << "md5" << "md4") |
|
static |
The documentation for this struct was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:18 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.