IDynamicDataSource.GetSource Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

IDynamicDataSource.GetSource Method 

Get a data source.

Stream GetSource(
   ZipEntry entry,
   string name
);

Parameters

entry
The ZipEntry to get a source for.
name
The name for data if known.

Return Value

Returns a Stream to use for compression input.

See Also

IDynamicDataSource Interface | ICSharpCode.SharpZipLib.Zip Namespace