Discuss this help topic in SecureBlackbox Forum

TElCompoundFileVirtualStream.Close

TElCompoundFileVirtualStream     See also     


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


Closes the stream.

Declaration

[C#]
    void Close();
    void Close(bool FlushData);

[VB.NET]
    Sub Close()
    Sub Close(ByVal FlushData As Boolean)

[Pascal]
    procedure Close;
    procedure Close(FlushData : boolean);

[C++]
    void Close();
    void Close(bool FlushData);

[PHP]
    void Close()
    void Close(bool $FlushData)

[Java]
    void close();
    void close(boolean FlushData);

Parameters

  • FlushData - set this parameter to False if you don't need to flush the data contained in the stream

Description

    Use this method to close the stream.

See also:     Flush    

Discuss this help topic in SecureBlackbox Forum