MemoryArchiveStorage.OpenForDirectUpdate Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

MemoryArchiveStorage.OpenForDirectUpdate Method 

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

public override Stream OpenForDirectUpdate(
   Stream stream
);

Return Value

Returns a stream suitable for direct updating.

Implements

IArchiveStorage.OpenForDirectUpdate

See Also

MemoryArchiveStorage Class | ICSharpCode.SharpZipLib.Zip Namespace