Unit TZip |
Classes |
TZipFile -
Functions |
Register -
Types |
Constants |
CentralFileHeaderSig
EndCentralDirSig
LocalFileHeaderSig
Variables |
Functions |
Types |
PZipFile = ^ZipFile
TReadFile = procedure (ZipFile : ZipFile) of object
ZipFile = recordQuesto componente è stato realizzato da: } { } { Pier Carlo Chiodi } { E-Mail: pc.chiodi@mbox.thunder.it } {WEB: http://www.geocities.com/SiliconValley/Park/6159/ } {
Version : WORD;
Flag : WORD;
CompressionMethod : WORD;
Time : WORD;
Date : WORD;
CRC32 : Longint;
CompressedSize : Longint;
UncompressedSize : Longint;
FileNameLength : WORD;
ExtraFieldLength : WORD;
FileName : String;
end;
Constants |
Variables |