OutputWindow.CopyOutput Method

SharpZip Compression Library

SharpZip Compression Library

OutputWindow.CopyOutput Method 

Copy contents of window to output

public int CopyOutput(
   byte[] output,
   int offset,
   int len
);

Parameters

output
buffer to copy to
offset
offset to start at
len
number of bytes to count

Return Value

The number of bytes copied

Exceptions

Exception Type Condition
InvalidOperationException If a window underflow occurs

See Also

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