Gnash
0.8.11dev
|
#include "zlib_adapter.h"
#include <algorithm>
#include <sstream>
#include <memory>
#include "IOChannel.h"
#include "log.h"
#include "GnashException.h"
Namespaces | |
gnash | |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
gnash::zlib_adapter | |
Code to wrap zlib compression/decompression around an IOChannel stream. | |
Functions | |
std::unique_ptr< IOChannel > | gnash::zlib_adapter::make_inflater (std::unique_ptr< IOChannel > in) |
Returns a read-only IOChannel stream that inflates the remaining content of the given input stream, as you read data from the new stream. More... | |