Skip Navigation Links.

UnmanagedMemoryStream..::..Flush Method

"Flush" the contents of the stream. This operation does nothing.

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Overrides Sub Flush
C#
public override void Flush()
Visual C++
public:
virtual void Flush() override
JavaScript
function flush();

See Also