C# Class ESRI.ArcGIS.Client.Toolkit.DataSources.Kml.ZipFile

Simple unzip utility leveraging Silverlight's GetResourceStream
Inheritance: IDisposable
Afficher le fichier Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CopyBytes ( BinaryReader input, BinaryWriter output, int count ) : void
ParseCentralDirectory ( ) : List
ZipFile ( Stream zipFileStream ) : System

Method Details

Dispose() public méthode

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

GetFileStream() public méthode

Gets the file stream for the specified filename.
public GetFileStream ( string filename ) : Stream
filename string The filename.
Résultat Stream

Read() public static méthode

public static Read ( Stream zipFileStream ) : ZipFile
zipFileStream Stream
Résultat ZipFile