System.ZLib.gz_header

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

gz_header = record

C++

struct DECLSPEC_DRECORD gz_header
{
public:
    int text;
    unsigned time;
    int xflags;
    int os;
    System::Byte *extra;
    unsigned extra_len;
    unsigned extra_max;
    char *name;
    unsigned name_max;
    char *comment;
    unsigned comm_max;
    int hcrc;
    int done;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

Description

gz_header contient des informations qui sont transmises vers et depuis les routines System.ZLib.

Utilisez l'enregistrement gz_header lors des opérations avec les flux gzip.

Pour de plus amples informations, voir la documentation originale fournie par la bibliothèque ZLib.

Voir aussi