System.Zip.TZipEndOfCentralHeader

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TZipEndOfCentralHeader = packed record

C++

struct DECLSPEC_DRECORD TZipEndOfCentralHeader
{
public:
    System::UInt16 DiskNumber;
    System::UInt16 CentralDirStartDisk;
    System::UInt16 NumEntriesThisDisk;
    System::UInt16 CentralDirEntries;
    System::UInt32 CentralDirSize;
    System::UInt32 CentralDirOffset;
    System::UInt16 CommentLength;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Zip.pas
System.Zip.hpp
System.Zip System.Zip


説明

.zip ファイルに書き込まれる最後のブロックです。


このレコードは、TZipFile で内部的に使われます。

関連項目