BinaryStreamBaseFlush Method

When overridden in a derived class, clears all buffers for this stream and causes any buffered data to be written to the underlying device.

Definition

Namespace: SnapDB.IO
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public abstract void Flush()

Exceptions

IOExceptionAn I/O error occurs.

See Also