#include <zlib.hpp>
Public Types | |
typedef base_type::char_type | char_type |
typedef base_type::category | category |
typedef std::basic_string < char_type, traits_type, Alloc > | string_type |
Public Member Functions | |
basic_zlib_compressor (const zlib_params &=zlib::default_compression, int buffer_size=default_device_buffer_size) | |
zlib::ulong | crc () |
int | total_in () |
typedef | BOOST_IOSTREAMS_CHAR_TRAITS (char_type) traits_type |
std::streamsize | read (Source &src, char_type *s, std::streamsize n) |
std::streamsize | write (Sink &snk, const char_type *s, std::streamsize n) |
void | close (Sink &snk, BOOST_IOS::openmode mode) |
detail::zlib_compressor_impl < Alloc > & | filter () |
string_type | unconsumed_input () const |
typedef base_type::category boost::iostreams::basic_zlib_compressor< Alloc >::category |
typedef base_type::char_type boost::iostreams::basic_zlib_compressor< Alloc >::char_type |
|
inherited |
boost::iostreams::basic_zlib_compressor< Alloc >::basic_zlib_compressor | ( | const zlib_params & | p = zlib::default_compression , |
int | buffer_size = default_device_buffer_size |
||
) |
|
inherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inherited |
|
inlineinherited |