C# Class ICSharpCode.SharpZipLib.Zip.DynamicDiskDataSource

Default implementation of IDynamicDataSource for files stored on disk.
Inheritance: IDynamicDataSource
Afficher le fichier Open project: fanfeilong/exceltk

Méthodes publiques

Méthode Description
GetSource ( ZipEntry entry, string name ) : Stream

Get a Stream providing data for an entry.

Method Details

GetSource() public méthode

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.
Résultat Stream