[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'zlibar' (#archive)

TZlibArchiveHeader

The information at the beggining of a TZlibArchive

Declaration

Source position: zlibar.pas line 69

type TZlibArchiveHeader = packed record

  FileType: array [0..3] of Char;

  

The file identifier

  MajorVersion: LongInt;

  

  MinorVersion: LongInt;

  

  MicroVersion: LongInt;

  

  TOCLength: Int64;

  

Length of the table of contents.

  TOCMD5Sum: TMD5Digest;

  

Checksum of the uncompressed TOC

end;

Description

Contains vital information about the archive. Major Minor and Micro hold the version of the archive.