Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.InputData

TElZipArchiveDirectoryEntry     See also     


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


Allows to compress data from ByteArray without need to create stream. This topic is under development…

Declaration

[C#]
    byte[] InputData;

[VB.NET]
    Property InputData As Byte()

[Pascal]
    property InputData : ByteArray;

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

[PHP]
    string get_InputData()
    void set_InputData(array of byte|string|NULL $Value)

[Java]
    byte[] getInputData();
    void setInputData(byte[] Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum