DeflaterHuffman.TallyDist Method

SharpZip Compression Library

SharpZip Compression Library

DeflaterHuffman.TallyDist Method 

Add distance code and length to literal and distance trees

public bool TallyDist(
   int dist,
   int len
);

Parameters

dist
Distance code
len
Length

Return Value

Value indicating if internal buffer is full

See Also

DeflaterHuffman Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace