Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Sets the compression level. There is no guarantee of the exact position of the change, but if you call this when needsInput is true the change of compression level will occur somewhere near before the end of the so far given input.

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 void SetLevel(
	int level
)
Visual Basic (Declaration)
Public Sub SetLevel ( _
	level As Integer _
)
Visual C++
public:
void SetLevel(
	int level
)

Parameters

level
Type: System..::.Int32
the new compression level.

Remarks

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

See Also