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

TTOCEntry

The structure of a table of contents entry

Declaration

Source position: zlibar.pas line 79

type TTOCEntry = packed record

  FileName: String;

  

The file name only

  FilePath: String;

  

The desired relative path for the file to be extracted to.

  Position: Int64;

  

The position of the compressed stream in the TZLibArchive stream.

  CompressedSize: Int64;

  

The size of a compressed file

  Md5sum: TMD5Digest;

  

The checksum used to verify the file is the same as the original

end;

Description

Used to manage various information about the size and position of a file in the TZlibArchive