Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Returns true, if the inflater has finished. This means, that no input is needed and no output can be produced.

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public bool IsFinished { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsFinished As Boolean
Visual C++
public:
property bool IsFinished {
	bool get ();
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Inflater.IsFinished"]

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Inflater.IsFinished"]

See Also