Discuss this help topic in SecureBlackbox Forum

TElCompoundFileVirtualStream.Flush

TElCompoundFileVirtualStream     See also     


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


Flushes stream data.

Declaration

[C#]
    void Flush();

[VB.NET]
    Sub Flush()

[Pascal]
    procedure Flush;

[C++]
    void Flush();

[PHP]
    void Flush()

[Java]
    void flush();

Description

    Use this method to refresh the compound file data in the storage.

See also:     Close    

Discuss this help topic in SecureBlackbox Forum