Discuss this help topic in SecureBlackbox Forum

TElTarArchiveDirectoryEntry.LocalHeaderOffset

TElTarArchiveDirectoryEntry     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the local offset of this entry's header in the archive.

Declaration

[C#]
    long LocalHeaderOffset;

[VB.NET]
    Property LocalHeaderOffset As Long

[Pascal]
    property LocalHeaderOffset : Int64;

[C++]
    int64_t get_LocalHeaderOffset();
    void set_LocalHeaderOffset(int64_t Value);

[PHP]
    integer get_LocalHeaderOffset()
    void set_LocalHeaderOffset(integer $Value)

[Java]
    long getLocalHeaderOffset();
    void setLocalHeaderOffset(long Value);

Description

This property specifies the offset of this entry's header in the archive.

Discuss this help topic in SecureBlackbox Forum