|
Fingerprint_Card
|
Provides a static way to obtain a source of data for an entry. More...

Public Member Functions | |
| Stream | GetSource () |
| Get a source of data by creating a new stream. | |
Provides a static way to obtain a source of data for an entry.
| Stream ICSharpCode.SharpZipLib.Zip.IStaticDataSource.GetSource | ( | ) |
Get a source of data by creating a new stream.
Ideally a new stream is created and opened to achieve this, to avoid locking problems.
Implemented in ICSharpCode.SharpZipLib.Zip.StaticDiskDataSource.