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

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

Parameters

literal
Type: System..::.Int32
Literal value to add to buffer.

Return Value

Value indicating internal buffer is full

Remarks

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

See Also