You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm writing a KMP mobile app and I want to create a ZipFile and pass the data back to the caller and I'm wondering if there's a way to use ZipFile but write in memory instead of writing to the disk.
Hi, I'm writing a KMP mobile app and I want to create a ZipFile and pass the data back to the caller and I'm wondering if there's a way to use
ZipFilebut write in memory instead of writing to the disk.