OutputWindow.CopyDict Method

SharpZip Compression Library

SharpZip Compression Library

OutputWindow.CopyDict Method 

Copy dictionary to window

public void CopyDict(
   byte[] dict,
   int offset,
   int len
);

Parameters

dict
source dictionary
offset
offset of start in source dictionary
len
length of dictionary

Exceptions

Exception Type Condition
InvalidOperationException If window isnt empty

See Also

OutputWindow Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace