LzmaSDKObjC icon indicating copy to clipboard operation
LzmaSDKObjC copied to clipboard

Lzma SDK for Swift and Objective-C ( iOS & MacOS ) based on extended functionality of the C++ LZMA SDK code.

Results 16 LzmaSDKObjC issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to download file and unarchive it in my app. The problem is that sometimes Lzma works perfectly but most of the time I am getting this...

Hi, How can I get to know a 7zip file is password protected. Right now the library is throwing a generic error

Hello, how do I use the sdk to do split volume compression

when i open the { #define _7Z_VOL } in the 7zHeader.h, i got some error, can you help me to fix the error, i want to make 7z multi-volume archives...

If the size of files added are over 4g, how can I archive them to a big .7z file over 4g? Thank you very much!

Hi, I want to interrupt the compression/decompression process, what should I do ? Hope to get your answer.

There is warning of LzmaSDKObjCWriter's init function saying that the target file will be deleted > @warning Prev. path will be deleted. How to add a file to a .7z...

Hello, This library is the best available for iOS in term of archiving unarchiving protected files. It will be good to add additional features that would make it even better:...

The code is as below: pucCompressedData = new unsigned char[MAX_COMPRESS_DATA]; p_pTargetImgPtr = new unsigned char[MAX_COMPRESS_DATA]; szOutProps = new unsigned char[5]; iLzmaCompressionStatus = LzmaCompress(pucCompressedData, (size_t *)&uiCompressedDataSize, pucBuffer, iTempFileSize, szOutProps, (size_t *)&uiOutPropsSize,...

When i use function - (BOOL) extract:(nullable NSArray *) items toPath:(nullable NSString *) path withFullPaths:(BOOL) isFullPaths like this [reader extract:items toPath:deleteLastpath withFullPaths:YES]; It isn't giving dictionary. I found "LzmaSDKObjCExtractCallback.mm" line...