Allows to compress data from ByteArray without creating a stream.
Declaration
[C#/Java]
byte[] InputData;
byte[] InputData;
[VB.NET]
Property InputData As Byte()
Property InputData As Byte()
[Pascal]
property InputData: ByteArray;
property InputData: ByteArray;
[C++]
void get_InputData(std::vector<uint8_t> &OutResult);
void void set_InputData(const std::vector<uint8_t> &Value);
void get_InputData(std::vector<uint8_t> &OutResult);
void void set_InputData(const std::vector<uint8_t> &Value);
[PHP]
not available
not available
Description
Use this property to compress data from ByteArray without creating a stream.