Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.InputStream

TElZipArchiveDirectoryEntry     See also     


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


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.

See also:     InputPath    

Discuss this help topic in SecureBlackbox Forum