MobileForms Toolkit Documentation

ZipStream.Flush Method 

Clears all buffers for this stream and causes any buffered data to be written to the underlying device.

public override void Flush();

Remarks

This method overrides Flush.

Flushing the stream will not flush its underlying buffer unless you explicitly call Flush or Close.

Exceptions

Exception TypeCondition
IOExceptionAn I/O error occurs.
ArchiveCorruptedExceptionCompression error occurs.
ObjectDisposedExceptionMethods were called after the stream was closed.

See Also

ZipStream Class | Resco.IO.Zip Namespace