Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Zip.IDynamicDataSource Interface Reference

Represents a source of data that can dynamically provide multiple data sources based on the parameters passed. More...

Inheritance diagram for ICSharpCode.SharpZipLib.Zip.IDynamicDataSource:

Public Member Functions

Stream GetSource (ZipEntry entry, string name)
 Get a data source.

Detailed Description

Represents a source of data that can dynamically provide multiple data sources based on the parameters passed.

Member Function Documentation

◆ GetSource()

Stream ICSharpCode.SharpZipLib.Zip.IDynamicDataSource.GetSource ( ZipEntry entry,
string name )

Get a data source.

Parameters
entryThe ZipEntry to get a source for.
nameThe name for data if known.
Returns
Returns a Stream to use for compression input.

Ideally a new stream is created and opened to achieve this, to avoid locking problems.

Implemented in ICSharpCode.SharpZipLib.Zip.DynamicDiskDataSource.


The documentation for this interface was generated from the following file: