Support for splitting archive

This commit is contained in:
Jean-Baptiste
2017-11-21 18:15:21 +01:00
committed by GitHub
parent 150f9a276e
commit e46a23f76d
+2 -1
View File
@@ -105,11 +105,12 @@ typedef NS_ENUM(NSInteger, SSZipArchiveErrorCode) {
compressionLevel:(int)compressionLevel
password:(nullable NSString *)password
AES:(BOOL)aes
diskSize:(int)diskSize
progressHandler:(void(^ _Nullable)(NSUInteger entryNumber, NSUInteger total))progressHandler;
- (instancetype)init NS_UNAVAILABLE;
- (instancetype)initWithPath:(NSString *)path NS_DESIGNATED_INITIALIZER;
- (BOOL)open;
- (BOOL)openWithSplitSize:(int)disk_size;
/// write empty folder
- (BOOL)writeFolderAtPath:(NSString *)path withFolderName:(NSString *)folderName withPassword:(nullable NSString *)password;