MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / ZipReader

Method ZipReader

DSView/pv/ZipMaker.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181ZipReader::ZipReader(const char *filePath)
182{
183 m_archive = NULL;
184 m_archive = unzOpen64(filePath);
185}
186
187ZipReader::~ZipReader()
188{

Callers

nothing calls this directly

Calls 1

unzOpen64Function · 0.85

Tested by

no test coverage detected