DeflaterHuffman.TallyLit Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

DeflaterHuffman.TallyLit Method 

Add literal to buffer

public bool TallyLit(
   int literal
);

Parameters

literal
Literal value to add to buffer.

Return Value

Value indicating internal buffer is full

See Also

DeflaterHuffman Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace