C# Class Catrobat.IDE.Core.Services.Common.ZipService

Inheritance: IZipService
Afficher le fichier Open project: Catrobat/CatrobatForWindows Class Usage Examples

Private Properties

Свойство Type Description
WriteFilesRecursiveToZip System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
UnzipCatrobatPackageIntoIsolatedStorage ( Stream zipStream, string localStoragePath ) : System.Threading.Tasks.Task
ZipCatrobatPackage ( Stream zipStream, string localStoragePath ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
WriteFilesRecursiveToZip ( ZipArchive archive, IStorage storage, string sourceBasePath, string destinationBasePath ) : System.Threading.Tasks.Task

Method Details

UnzipCatrobatPackageIntoIsolatedStorage() public méthode

public UnzipCatrobatPackageIntoIsolatedStorage ( Stream zipStream, string localStoragePath ) : System.Threading.Tasks.Task
zipStream Stream
localStoragePath string
Résultat System.Threading.Tasks.Task

ZipCatrobatPackage() public méthode

public ZipCatrobatPackage ( Stream zipStream, string localStoragePath ) : System.Threading.Tasks.Task
zipStream Stream
localStoragePath string
Résultat System.Threading.Tasks.Task