#include <bzip2.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_bzip2_decompressor (bool small=bzip2::default_small, int buffer_size=default_device_buffer_size) | |
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::bzip2_decompressor_impl < Alloc > & | filter () |
string_type | unconsumed_input () const |
typedef base_type::category boost::iostreams::basic_bzip2_decompressor< Alloc >::category |
typedef base_type::char_type boost::iostreams::basic_bzip2_decompressor< Alloc >::char_type |
|
inherited |
boost::iostreams::basic_bzip2_decompressor< Alloc >::basic_bzip2_decompressor | ( | bool | small = bzip2::default_small , |
int | buffer_size = default_device_buffer_size |
||
) |
|
inherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inherited |
|
inlineinherited |