Specifies the input stream for the directory entry.
Declaration
[C#/Java]
System.IO.Stream InputStream;
System.IO.Stream InputStream;
[VB.NET]
Property FileSize As System.IO.Stream
Property FileSize As System.IO.Stream
[Pascal]
property FileSize: TStream;
property FileSize: TStream;
[C++]
TStream* get_InputStream();
void set_InputStream(TStream Value);
TStream* get_InputStream();
void set_InputStream(TStream Value);
[PHP]
not available
not available
Description
Use this property to specify the stream which the directory entry should be read from.