KDECore
kgzipfilter.cpp File Reference
#include "kgzipfilter.h"
#include <time.h>
#include <zlib.h>
#include <QDebug>
#include <QtCore/QIODevice>
Go to the source code of this file.
Macros | |
#define | ASCII_FLAG 0x01 /* bit 0 set: file probably ascii text */ |
#define | COMMENT 0x10 /* bit 4 set: file comment present */ |
#define | EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ |
#define | HEAD_CRC 0x02 /* bit 1 set: header CRC present */ |
#define | ORIG_NAME 0x08 /* bit 3 set: original file name present */ |
#define | put_long(n) |
#define | put_short(w) |
#define | RESERVED 0xE0 /* bits 5..7: reserved */ |
Macro Definition Documentation
◆ ASCII_FLAG
Definition at line 29 of file kgzipfilter.cpp.
◆ COMMENT
Definition at line 33 of file kgzipfilter.cpp.
◆ EXTRA_FIELD
Definition at line 31 of file kgzipfilter.cpp.
◆ HEAD_CRC
Definition at line 30 of file kgzipfilter.cpp.
◆ ORIG_NAME
Definition at line 32 of file kgzipfilter.cpp.
◆ put_long
Value:
Definition kaboutdata.h:33
Definition at line 235 of file kgzipfilter.cpp.
◆ put_short
◆ RESERVED
Definition at line 34 of file kgzipfilter.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.