IArchiveStorage.MakeTemporaryCopy Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

IArchiveStorage.MakeTemporaryCopy Method 

Make a temporary copy of the original stream.

Stream MakeTemporaryCopy(
   Stream stream
);

Parameters

stream
The Stream to copy.

Return Value

Returns a temporary output Stream that is a copy of the input.

See Also

IArchiveStorage Interface | ICSharpCode.SharpZipLib.Zip Namespace