OutputWindow.CopyDict Method

[Visual Basic]
Public Sub CopyDict( _
   ByVal dict As Byte(), _
   ByVal offset As Integer, _
   ByVal len As Integer _
)
[C#]
public void CopyDict(
   byte[] dict,
   int offset,
   int len
);

See Also

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