Hi, I’m new to Fuse and I’m trying to unzip a file downloaded from a public API (not mine).
How could I do that? Ideally I would like to unzip the archive into memory but if it is not possible I will save the files in the local storage.
Cheers
Hi, I’m new to Fuse and I’m trying to unzip a file downloaded from a public API (not mine).
How could I do that? Ideally I would like to unzip the archive into memory but if it is not possible I will save the files in the local storage.
Cheers
Hi Thomas,
currently there is no built-in functionality to do that I’m afraid.
One solution would be to find an Objective-C Cocoapods library, and a Java Gradle library, and then wrap those using Foreign code.
Ok, thank you for your help Uldis.