18 #ifndef _DECAF_UTIL_ZIP_CRC32_H_ 19 #define _DECAF_UTIL_ZIP_CRC32_H_ 47 virtual long long getValue()
const;
60 virtual void update(
const std::vector<unsigned char>& buffer );
74 virtual void update(
const std::vector<unsigned char>& buffer,
int offset,
int length );
91 virtual void update(
const unsigned char* buffer,
int size,
int offset,
int length );
99 virtual void update(
int byte );
Class that can be used to compute a CRC-32 checksum for a data stream.
Definition: CRC32.h:33
An interface used to represent Checksum values in the Zip package.
Definition: Checksum.h:37
#define DECAF_API
Definition: Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25