18#ifndef _DECAF_UTIL_ZIP_INFLATERINPUTSTREAM_H_
19#define _DECAF_UTIL_ZIP_INFLATERINPUTSTREAM_H_
49 std::vector<unsigned char>
buff;
63 InflaterInputStream(
const InflaterInputStream&);
64 InflaterInputStream& operator=(
const InflaterInputStream&);
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
Definition AbstractCollection.h:33
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25