Show / Hide Table of Contents

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 Source

GetSource()

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors