DeflaterHuffman.TallyDist Method

From IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

DeflaterHuffman.TallyDist Method 

Add distance code and length to literal and distance trees

public bool TallyDist(
   int distance,
   int length
);

Parameters

distance
Distance code
length
Length

Return Value

Value indicating if internal buffer is full

See Also

DeflaterHuffman Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace