18#ifndef _DECAF_UTIL_ZIP_INFLATERINPUTSTREAM_H_
19#define _DECAF_UTIL_ZIP_INFLATERINPUTSTREAM_H_
49 std::vector<unsigned char>
buff;
96 bool own =
false,
bool ownInflater =
false);
119 int bufferSize,
bool own =
false,
bool ownInflater =
false);
142 virtual long long skip(
long long num);
149 virtual void mark(
int readLimit);
This class uncompresses data that was compressed using the DEFLATE algorithm (see specification).
Definition: Inflater.h:54
#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