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

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

Inheritance diagram for ICSharpCode.SharpZipLib.Zip.IStaticDataSource:

Public Member Functions

Stream GetSource ()
 Get a source of data by creating a new stream.

Detailed Description

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

Member Function Documentation

◆ GetSource()

Stream ICSharpCode.SharpZipLib.Zip.IStaticDataSource.GetSource ( )

Get a source of data by creating a new stream.

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.StaticDiskDataSource.


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