OutputWindow.Repeat Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

OutputWindow.Repeat Method 

Append a byte pattern already in the window itself

public void Repeat(
   int length,
   int distance
);

Parameters

length
length of pattern to copy
distance
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