This zip archive is in string variable.
If i write this variable to file, I was able to unzip this file using functions from the ZZIPlib library (zip_open,zip_read, zip_entry_read).
But question is how to unzip contents of zip archive directly from string variable without writing additional files?
all functions, which i found, to unzip archive works only with files, not with string variable
can anybody help me with this?