MCPcopy Create free account
hub / github.com/FFMS/ffms2 / ~ZipFile

Method ~ZipFile

src/core/zipfile.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51ZipFile::~ZipFile() {
52 if (state == Inflate)
53 inflateEnd(&z);
54 if (state == Deflate)
55 deflateEnd(&z);
56}
57
58void ZipFile::Read(void *data, size_t size) {
59 if (state == Deflate) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected