Discuss this help topic in SecureBlackbox Forum

TElAWSS3DataStorage.OutputStream

TElAWSS3DataStorage     See also     


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


Specifies stream where the data should be output to.

Declaration

[C#]
    MemoryStream OutputStream;

[VB.NET]
    Property OutputStream As MemoryStream

[Pascal]
    property OutputStream : TMemoryStream;

[C++]
    TMemoryStream* get_OutputStream();

[PHP]
    TMemoryStream get_OutputStream()

[Java]
    TElMemoryStream getOutputStream();

Description

    Use this property to specify output stream.

See also:     Options    

Discuss this help topic in SecureBlackbox Forum