Discuss this help topic in SecureBlackbox Forum

TElTarArchiveDirectoryEntry.InputStream

TElTarArchiveDirectoryEntry     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 : TElStream;

[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 archived.

See also:     ExtractionStream    

Discuss this help topic in SecureBlackbox Forum