Gorilla.Utils.Zip

Unit Gorilla.Utils.Zip.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 LOCALHEADERSIZE : Integer = $1A;
  • const CENTRALHEADERSIZE : Integer = $2A;
  • const MADEBY_MSDOS : Integer = $0;
  • const MADEBY_UNIX : Integer = $3;

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

TGorillaZipFile

Class for creating and reading .ZIP files.

Ancestors

Members

Fields

Methods

Properties