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

Public Member Functions | |
| Stream | GetSource (ZipEntry entry, string name) |
| Get a data source. | |
Represents a source of data that can dynamically provide multiple data sources based on the parameters passed.
| Stream ICSharpCode.SharpZipLib.Zip.IDynamicDataSource.GetSource | ( | ZipEntry | entry, |
| string | name ) |
Get a data source.
| entry | The ZipEntry to get a source for. |
| name | The name for data if known. |
Ideally a new stream is created and opened to achieve this, to avoid locking problems.
Implemented in ICSharpCode.SharpZipLib.Zip.DynamicDiskDataSource.