Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[C#/Java]
byte[] DecompressedStream;
[VB.NET]
Property DecompressedStream As Byte()
[Pascal]
property DecompressedStream : ByteArray;
[C++]
void get_DecompressedStream(std::vector<uint8_t> &OutResult);
[PHP]
string get_DecompressedStream()
Description
…
Discuss this help topic in SecureBlackbox Forum