Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Add distance code and length to literal and distance trees

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 TallyDist(
	int distance,
	int length
)
Visual Basic (Declaration)
Public Function TallyDist ( _
	distance As Integer, _
	length As Integer _
) As Boolean
Visual C++
public:
bool TallyDist(
	int distance, 
	int length
)

Parameters

distance
Type: System..::.Int32
Distance code
length
Type: System..::.Int32
Length

Return Value

Value indicating if internal buffer is full

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.DeflaterHuffman.TallyDist(System.Int32,System.Int32)"]

See Also