Show / Hide Table of Contents

Class DynamicDiskDataSource

Default implementation of IDynamicDataSource for files stored on disk.

Inheritance
System.Object
DynamicDiskDataSource
Implements
IDynamicDataSource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public class DynamicDiskDataSource : IDynamicDataSource

Methods

| Improve this Doc View Source

GetSource(ZipEntry, String)

Get a System.IO.Stream providing data for an entry.

Declaration
public Stream GetSource(ZipEntry entry, string name)
Parameters
Type Name Description
ZipEntry entry

The entry to provide data for.

System.String name

The file name for data if known.

Returns
Type Description
System.IO.Stream

Returns a stream providing data; or null if not available

Implements

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