Discuss this help topic in SecureBlackbox Forum
Allows to compress data from ByteArray without need to create stream. This topic is under development…
Declaration
[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
…
Discuss this help topic in SecureBlackbox Forum