Discuss this help topic in SecureBlackbox Forum

TElBaseTarHeader.Size

TElBaseTarHeader     See also     


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


...

Declaration

[C#/Java]
    byte[] Size;

[VB.NET]
    Property Size As Byte()

[Pascal]
    property Size : ByteArray;

[C++]
    void get_Size(std::vector<uint8_t> &OutResult);
    void set_Size(const std::vector<uint8_t> &Value);

[PHP]
    string get_Size()
    void set_Size(array of byte|string|NULL $Value)

Description

    ...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum