OutputWindow.CopyStored Method

SharpZip Compression Library

SharpZip Compression Library

OutputWindow.CopyStored Method 

Copy from input manipulator to internal window

public int CopyStored(
   StreamManipulator input,
   int len
);

Parameters

input
source of data
len
length of data to copy

Return Value

the number of bytes copied

See Also

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