C# 클래스 ICSharpCode.SharpZipLib.Zip.DynamicDiskDataSource

Default implementation of IDynamicDataSource for files stored on disk.
상속: IDynamicDataSource
파일 보기 프로젝트 열기: fanfeilong/exceltk

공개 메소드들

메소드 설명
GetSource ( ZipEntry entry, string name ) : Stream

Get a Stream providing data for an entry.

메소드 상세

GetSource() 공개 메소드

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.
리턴 Stream