OutputWindow.CopyStored Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

OutputWindow.CopyStored Method 

Copy from input manipulator to internal window

public int CopyStored(
   StreamManipulator input,
   int length
);

Parameters

input
source of data
length
length of data to copy

Return Value

the number of bytes copied

See Also

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