C# 클래스 ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.ZipFile

Simple unzip utility leveraging Silverlight's GetResourceStream
상속: IDisposable
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetFileStream ( string filename ) : Stream

Gets the file stream for the specified filename.

Read ( Stream zipFileStream ) : ZipFile

비공개 메소드들

메소드 설명
CopyBytes ( BinaryReader input, BinaryWriter output, int count ) : void
ParseCentralDirectory ( ) : List
ZipFile ( Stream zipFileStream ) : System

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

GetFileStream() 공개 메소드

Gets the file stream for the specified filename.
public GetFileStream ( string filename ) : Stream
filename string The filename.
리턴 Stream

Read() 공개 정적인 메소드

public static Read ( Stream zipFileStream ) : ZipFile
zipFileStream Stream
리턴 ZipFile