Zip file - reader helper class.
It will cache the file list of a particular zip file with positions inside an archive, so it would be much faster to read some particular files or to check their existance.
#include <Geode/cocos/support/zip_support/ZipUtils.h>
Zip file - reader helper class.
It will cache the file list of a particular zip file with positions inside an archive, so it would be much faster to read some particular files or to check their existance.
Custom function added for geode; returns if the zip file was successfully decoded.
Regenerate accessible file list based on a new filter string.
filter
Check does a file exists or not in zip file
fileName
Get resource file data from a zip file.
fileName
pSize
⚠️ Recall: you are responsible for calling delete[] on any Non-NULL pointer returned.
Custom function added for geode; returns all of the files in the zip that match the current filter.