#include <zStream.h>
Definition at line 44 of file zStream.h.
◆ DeflateZStream()
template<class I , class O >
minsky::DeflateZStream::DeflateZStream |
( |
const I & |
input, |
|
|
O & |
output |
|
) |
| |
|
inline |
Definition at line 47 of file zStream.h.
References minsky::ZStream::throwError().
49 (Bytef*)output.data(), output.size())
ZStream(Bytef *input, std::size_t inputSize, Bytef *output, std::size_t outputSize)
◆ ~DeflateZStream()
minsky::DeflateZStream::~DeflateZStream |
( |
| ) |
|
|
inline |
◆ deflate()
void minsky::DeflateZStream::deflate |
( |
| ) |
|
|
inline |
The documentation for this struct was generated from the following file: