Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Get value indicating if internal buffer is full

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 IsFull()
Visual Basic (Declaration)
Public Function IsFull As Boolean
Visual C++
public:
bool IsFull()

Return Value

true if buffer is full

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.DeflaterHuffman.IsFull"]

See Also