FlushMode Property

DotNetZip

Ionic Zip Library v1.9.1.6 FlushMode Property
ReferenceIonic.ZlibDeflateStreamFlushMode
This property sets the flush behavior on the stream.
Declaration Syntax
C# Visual Basic Visual C++
public virtual FlushType FlushMode { get; set; }
Public Overridable Property FlushMode As FlushType
	Get
	Set
public:
virtual property FlushType FlushMode {
	FlushType get ();
	void set (FlushType value);
}
Remarks
See the ZLIB documentation for the meaning of the flush behavior.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)