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

TFileInfo

Used internally

Declaration

Source position: zlibar.pas line 33

type TFileInfo = record

  CompressedSize: Int64;

  

The compressed size of a stream

  Md5Sum: TMD5Digest;

  

The TMD5Digest of the original uncompressed stream.

end;

Description

This holds temporarily the compressed size if a stream and it's MD5 checksum.