MCPcopy Create free account
hub / github.com/9miao/CrossApp / getFileData

Method getFileData

CrossApp/support/zip_support/ZipUtils.cpp:524–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524unsigned char *ZipFile::getFileData(const std::string &fileName, unsigned long *pSize)
525{
526 return getFileData(fileName, pSize, _data);
527}
528
529unsigned char *ZipFile::getFileData(const std::string &fileName, unsigned long *pSize, ZipFilePrivate *data)
530{

Callers 5

initWithPathMethod · 0.45
getXMLNodeForKeyFunction · 0.45
CAUserDefault.cppFile · 0.45
ccInflateCCZFileMethod · 0.45
tgaLoadFunction · 0.45

Calls 7

unzGoToFilePosFunction · 0.85
unzOpenCurrentFileFunction · 0.85
unzReadCurrentFileFunction · 0.85
unzCloseCurrentFileFunction · 0.85
emptyMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected