Discuss this help topic in SecureBlackbox Forum
Specifies stream with uncompressed data.
Declaration
[C#]
System.IO.Stream InputStream;
[VB.NET]
Property InputStream As System.IO.Stream
[Pascal]
property InputStream : TStream;
[C++]
TStream* get_InputStream();
void set_InputStream(TStream &Value);
void set_InputStream(TStream *Value);
[PHP]
TStream get_InputStream()
void set_InputStream(TStream $Value)
[Java]
TElStream getInputStream();
void setInputStream(TElStream Value);
Description
Use this property to specify the stream with the data to be compressed.
Discuss this help topic in SecureBlackbox Forum