Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Copy dictionary to window

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public void CopyDict(
	byte[] dictionary,
	int offset,
	int length
)
Visual Basic (Declaration)
Public Sub CopyDict ( _
	dictionary As Byte(), _
	offset As Integer, _
	length As Integer _
)
Visual C++
public:
void CopyDict(
	array<unsigned char>^ dictionary, 
	int offset, 
	int length
)

Parameters

dictionary
Type: array< System..::.Byte >[]()[]
source dictionary
offset
Type: System..::.Int32
offset of start in source dictionary
length
Type: System..::.Int32
length of dictionary

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.OutputWindow.CopyDict(System.Byte[],System.Int32,System.Int32)"]

Exceptions

ExceptionCondition
System..::.InvalidOperationException If window isnt empty

See Also