C# Class ICSharpCode.SharpZipLib.Zip.DynamicDiskDataSource

Default implementation of IDynamicDataSource for files stored on disk.
Inheritance: IDynamicDataSource
Show file Open project: fanfeilong/exceltk

Public Methods

Method Description
GetSource ( ZipEntry entry, string name ) : Stream

Get a Stream providing data for an entry.

Method Details

GetSource() public method

Get a Stream providing data for an entry.
public GetSource ( ZipEntry entry, string name ) : Stream
entry ZipEntry The entry to provide data for.
name string The file name for data if known.
return Stream