SecureBlackbox

200+ components and classes for all aspects of digital security of your data

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


TElArchiveDirectoryEntry.InputStream

TElArchiveDirectoryEntry     See also     


 

Specifies the input stream for the directory entry.

 

Declaration

[C#/Java]
    System.IO.Stream InputStream;

[VB.NET]
    Property FileSize As System.IO.Stream

[Pascal]
    property FileSize: TStream;

[C++]
    TStream* get_InputStream();
    void set_InputStream(TStream Value);

[PHP]
    not available

   

Description

    Use this property to specify the stream which the directory entry should be read from.

   

See also:     FreeInputStream     InputData    

 
Back to top