Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Set compression dictionary
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Zip.CompressionAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public void SetDictionary( byte[] buffer, int offset, int length ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetDictionary ( _ buffer As Byte(), _ offset As Integer, _ length As Integer _ ) |
| Visual C++ |
|---|
public: void SetDictionary( array<unsigned char>^ buffer, int offset, int length ) |
Parameters
- buffer
- Type: array<
System..::.Byte
>[]()[]
The buffer containing the dictionary data
- offset
- Type: System..::.Int32
The offset in the buffer for the first byte of data
- length
- Type: System..::.Int32
The length of the dictionary data.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.DeflaterEngine.SetDictionary(System.Byte[],System.Int32,System.Int32)"]