Lines Matching refs:ZipFile
2151 ZipFile::ZipFile() :
2162 ZipFile::~ZipFile()
2176 void ZipFile::setComment(const std::string &val)
2184 std::string ZipFile::getComment()
2193 std::vector<ZipEntry *> &ZipFile::getEntries()
2204 void ZipFile::error(char const *fmt, ...)
2208 fprintf(stdout, "ZipFile error:");
2214 void ZipFile::trace(char const *fmt, ...)
2218 fprintf(stdout, "ZipFile:");
2231 ZipEntry *ZipFile::addFile(const std::string &fileName,
2248 ZipEntry *ZipFile::newEntry(const std::string &fileName,
2264 bool ZipFile::putLong(unsigned long val)
2277 bool ZipFile::putInt(unsigned int val)
2287 bool ZipFile::putByte(unsigned char val)
2296 bool ZipFile::writeFileData()
2341 bool ZipFile::writeCentralDirectory()
2398 bool ZipFile::write()
2412 bool ZipFile::writeBuffer(std::vector<unsigned char> &outBuf)
2425 bool ZipFile::writeFile(const std::string &fileName)
2449 bool ZipFile::getLong(unsigned long *val)
2467 bool ZipFile::getInt(unsigned int *val)
2482 bool ZipFile::getByte(unsigned char *val)
2494 bool ZipFile::readFileData()
2731 bool ZipFile::readCentralDirectory()
2971 bool ZipFile::read()
2988 bool ZipFile::readBuffer(const std::vector<unsigned char> &inbuf)
3000 bool ZipFile::readFile(const std::string &fileName)