OutputWindow.Repeat Method

SharpZip Compression Library

SharpZip Compression Library

OutputWindow.Repeat Method 

Append a byte pattern already in the window itself

public void Repeat(
   int len,
   int dist
);

Parameters

len
length of pattern to copy
dist
distance from end of window pattern occurs

Exceptions

Exception Type Condition
InvalidOperationException If the repeated data overflows the window

See Also

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