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