System.Zip2

Unit System.Zip2.pas

Classes

Records

Enumerations

  • enum  TZipCompression  = ( zcStored, zcShrunk, zcReduce1, zcReduce2, zcReduce3, zcReduce4, zcImplode, zcTokenize, zcDeflate, zcDeflate64, zcPKImplode, zcBZIP2, zcLZMA, zcTERSE, zcLZ77, zcWavePack, zcPPMdI1 ) ;
  • enum  TZipMode  = ( zmClosed, zmRead, zmReadWrite, zmWrite ) ;

Constants

  • const SIGNATURE_ZIPENDOFHEADER : Cardinal = ;
  • const SIGNATURE_CENTRALHEADER : Cardinal = ;
  • const SIGNATURE_LOCALHEADER : Cardinal = ;
  • const SIGNATURE_ZIP64_ENDOFCENTRALDIRECTORY : Cardinal = ;
  • const SIGNATURE_ZIP64_ENDOFCENTRALDIRECTORYLOCATOR : Cardinal = ;
  • const LOCALHEADERSIZE : Integer = $1A;
  • const CENTRALHEADERSIZE : Integer = $2A;
  • const MADEBY_MSDOS : Integer = $0;
  • const MADEBY_UNIX : Integer = $3;
  • const ZIP_Version20 : Integer = $14;
  • const EXTRAFIELD_ID_ZIP64 : Word = ;
  • const EXTRAFIELD_ID_NTFS : Word = ;
  • const ZIP64 : Integer = $FFFFFFFF;

Mics. types

  • type PZipHeader = pointer to TZipHeader;

Functions / Procedures

TZipCompression

enum TZipCompression = ( zcStored, zcShrunk, zcReduce1, zcReduce2, zcReduce3, zcReduce4, zcImplode, zcTokenize, zcDeflate, zcDeflate64, zcPKImplode, zcBZIP2, zcLZMA, zcTERSE, zcLZ77, zcWavePack, zcPPMdI1 ) ;

Zip Compression Method Enumeration

EZipException

Exception type for all Zip errors.

Ancestors

TZipFile

Class for creating and reading .ZIP files.

Ancestors

Members

Fields

Methods

Properties