Method | Description | |
---|---|---|
CreateFromDirectory ( IStorageFolder source, Stream destinationArchive ) : System.Threading.Tasks.Task | ||
Open ( Stream archive, ZipArchiveMode mode, |
||
OpenRead ( Stream archive ) : |
Method | Description | |
---|---|---|
DoCreateEntryFromFile ( |
||
DoCreateFromDirectory ( IStorageFolder source, Stream destinationArchive, CompressionLevel compressionLevel, |
||
GetStorageItemsRecursive ( this parent ) : Task |
||
IsDirEmpty ( IStorageFolder possiblyEmptyDir ) : Task |
public static CreateFromDirectory ( IStorageFolder source, Stream destinationArchive ) : System.Threading.Tasks.Task | ||
source | IStorageFolder | |
destinationArchive | Stream | |
return | System.Threading.Tasks.Task |
public static Open ( Stream archive, ZipArchiveMode mode, |
||
archive | Stream | |
mode | ZipArchiveMode | |
entryNameEncoding | ||
return |
public static OpenRead ( Stream archive ) : |
||
archive | Stream | |
return |