C# 클래스 Catrobat.IDE.Core.Services.Common.ZipService

상속: IZipService
파일 보기 프로젝트 열기: Catrobat/CatrobatForWindows 1 사용 예제들

Private Properties

프로퍼티 타입 설명
WriteFilesRecursiveToZip System.Threading.Tasks.Task

공개 메소드들

메소드 설명
UnzipCatrobatPackageIntoIsolatedStorage ( Stream zipStream, string localStoragePath ) : System.Threading.Tasks.Task
ZipCatrobatPackage ( Stream zipStream, string localStoragePath ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
WriteFilesRecursiveToZip ( ZipArchive archive, IStorage storage, string sourceBasePath, string destinationBasePath ) : System.Threading.Tasks.Task

메소드 상세

UnzipCatrobatPackageIntoIsolatedStorage() 공개 메소드

public UnzipCatrobatPackageIntoIsolatedStorage ( Stream zipStream, string localStoragePath ) : System.Threading.Tasks.Task
zipStream Stream
localStoragePath string
리턴 System.Threading.Tasks.Task

ZipCatrobatPackage() 공개 메소드

public ZipCatrobatPackage ( Stream zipStream, string localStoragePath ) : System.Threading.Tasks.Task
zipStream Stream
localStoragePath string
리턴 System.Threading.Tasks.Task