Discuss this help topic in SecureBlackbox Forum

TElCompoundFileVirtualStream Constructor

TElCompoundFileVirtualStream     


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


Creates an instance of TElCompoundFileVirtualStream class and returns a reference to newly created instance.

Declaration

[C#]
    TElCompoundFileVirtualStream(TElCompoundFileStorage Storage);
    TElCompoundFileVirtualStream(TElCompoundFileStorage Storage, TElCompoundFileStreamEntry StreamEntry);

[VB.NET]
    Sub New(ByVal Storage As TElCompoundFileStorage)
    Sub New(ByVal Storage As TElCompoundFileStorage, ByVal StreamEntry As TElCompoundFileStreamEntry)

[Pascal]
    constructor Create(Storage : TElCompoundFileStorage);
    constructor Create(Storage : TElCompoundFileStorage; StreamEntry : TElCompoundFileStreamEntry);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElCompoundFileVirtualStream(TElCompoundFileStorage Storage, TElCompoundFileStreamEntry StreamEntry);
    public TElCompoundFileVirtualStream();
    public TElCompoundFileVirtualStream(TElCompoundFileStorage Storage);

Parameters

  • Storage - storage where the stream should be created
  • StreamEntry - a reference to the stream entry

Description

    Use this method to create new instance of TElCompoundFileVirtualStream class.

Discuss this help topic in SecureBlackbox Forum