KDECore
#include "kzip.h"
#include "kfilterdev.h"
#include "klimitediodevice_p.h"
#include <kdebug.h>
#include <QtCore/QHash>
#include <QtCore/QByteArray>
#include <QtCore/QFile>
#include <QtCore/QDir>
#include <QtCore/QDate>
#include <QtCore/QList>
#include <zlib.h>
#include <time.h>
#include <string.h>
Go to the source code of this file.
|
static bool | parseExtraField (const char *buffer, int size, bool islocal, ParseFileInfo &pfi) |
|
static bool | parseExtTimestamp (const char *buffer, int size, bool islocal, ParseFileInfo &pfi) |
|
static bool | parseInfoZipUnixOld (const char *buffer, int size, bool islocal, ParseFileInfo &pfi) |
|
static time_t | transformFromMsDos (const char *buffer) |
|
static void | transformToMsDos (const QDateTime &dt, char *buffer) |
|
static bool parseExtraField |
( |
const char * |
buffer, |
|
|
int |
size, |
|
|
bool |
islocal, |
|
|
ParseFileInfo & |
pfi |
|
) |
| |
|
static |
parses the extra field
- Parameters
-
buffer | start of buffer where the extra field is to be found |
size | size of the extra field |
islocal | true if this is part of a local header, false if of central |
pfi | ParseFileInfo object which to write the results into |
- Returns
- true if parsing was successful
Definition at line 243 of file kzip.cpp.
static bool parseExtTimestamp |
( |
const char * |
buffer, |
|
|
int |
size, |
|
|
bool |
islocal, |
|
|
ParseFileInfo & |
pfi |
|
) |
| |
|
static |
updates the parse information with the given extended timestamp extra field.
- Parameters
-
buffer | start content of buffer known to contain an extended timestamp extra field (without magic & size) |
size | size of field content (must not count magic and size entries) |
islocal | true if this is a local field, false if central |
pfi | ParseFileInfo object to be updated |
- Returns
- true if processing was successful
Definition at line 119 of file kzip.cpp.
static bool parseInfoZipUnixOld |
( |
const char * |
buffer, |
|
|
int |
size, |
|
|
bool |
islocal, |
|
|
ParseFileInfo & |
pfi |
|
) |
| |
|
static |
updates the parse information with the given Info-ZIP Unix old extra field.
- Parameters
-
buffer | start of content of buffer known to contain an Info-ZIP Unix old extra field (without magic & size) |
size | size of field content (must not count magic and size entries) |
islocal | true if this is a local field, false if central |
pfi | ParseFileInfo object to be updated |
- Returns
- true if processing was successful
Definition at line 179 of file kzip.cpp.
static time_t transformFromMsDos |
( |
const char * |
buffer | ) |
|
|
static |
static void transformToMsDos |
( |
const QDateTime & |
dt, |
|
|
char * |
buffer |
|
) |
| |
|
static |
const int max_path_len = 4095 |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:10 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.