#include <zStream.h>
Definition at line 59 of file zStream.h.
◆ InflateZStream()
template<class I >
minsky::InflateZStream::InflateZStream |
( |
const I & |
input | ) |
|
|
inline |
Definition at line 66 of file zStream.h.
References output, and throwError().
70 next_out=(Bytef*)
output.data();
ZStream(Bytef *input, std::size_t inputSize, Bytef *output, std::size_t outputSize)
◆ ~InflateZStream()
minsky::InflateZStream::~InflateZStream |
( |
| ) |
|
|
inline |
◆ inflate()
void minsky::InflateZStream::inflate |
( |
| ) |
|
|
inline |
◆ throwError()
void minsky::InflateZStream::throwError |
( |
| ) |
|
|
inline |
◆ inputData
Bytef* minsky::InflateZStream::inputData |
◆ inputSize
std::size_t minsky::InflateZStream::inputSize |
◆ output
classdesc::pack_t minsky::InflateZStream::output {256} |
The documentation for this struct was generated from the following file: