Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorageEntry.GetStream

TElCompoundFileStorageEntry     See also     


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


Returns a stream entry with given name.

Declaration

[C#]
    TElCompoundFileStreamEntry GetStream(string StreamName);

[VB.NET]
    Function GetStream(ByVal StreamName As String) As TElCompoundFileStreamEntry

[Pascal]
    function GetStream(const StreamName : WideString) : TElCompoundFileStreamEntry;

[C++]
    TElCompoundFileStreamEntryHandle GetStream(const sb_u16string &StreamName);
    TElCompoundFileStreamEntryHandle GetStream(const std::wstring &StreamName);

[PHP]
    TElCompoundFileStreamEntry GetStream(string $StreamName)

[Java]
    TElCompoundFileStreamEntry getStream(String StreamName);

Parameters

  • StreamName - name of the stream

Return value

    Returns a reference to the desired stream entry.

Description

    Use this method to get the stream entry by its name.

See also:     CreateStream     DeleteStream     FindEntryByName     StreamExists    

Discuss this help topic in SecureBlackbox Forum