Interface IStaticDataSource
Provides a static way to obtain a source of data for an entry.
Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public interface IStaticDataSource
Methods
| Improve this Doc View SourceGetSource()
Get a source of data by creating a new stream.
Declaration
Stream GetSource()
Returns
Type | Description |
---|---|
System.IO.Stream | Returns a System.IO.Stream to use for compression input. |
Remarks
Ideally a new stream is created and opened to achieve this, to avoid locking problems.