OutputWindow.CopyDict Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

OutputWindow.CopyDict Method 

Copy dictionary to window

public void CopyDict(
   byte[] dictionary,
   int offset,
   int length
);

Parameters

dictionary
source dictionary
offset
offset of start in source dictionary
length
length of dictionary

Exceptions

Exception Type Condition
InvalidOperationException If window isnt empty

See Also

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