IArchiveStorage.OpenForDirectUpdate Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

IArchiveStorage.OpenForDirectUpdate Method 

Return a stream suitable for performing direct updates on the original source.

Stream OpenForDirectUpdate(
   Stream stream
);

Parameters

stream
The current stream.

Return Value

Returns a stream suitable for direct updating.

Remarks

This may be the current stream passed.

See Also

IArchiveStorage Interface | ICSharpCode.SharpZipLib.Zip Namespace