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>
Since v2.0.5
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.
Since geode v1.0.0
Custom function added for geode; returns if the zip file was succesfully decoded.
Since v2.0.5
Regenerate accessible file list based on a new filter string.
filter
Since v2.0.5
Check does a file exists or not in zip file
fileName
Since v2.0.5
Get resource file data from a zip file.
fileName
pSize
⚠️ Recall: you are responsible for calling delete[] on any Non-NULL pointer returned.
Since geode v1.0.0
Custom function added for geode; returns all of the files in the zip that match the current filter.