#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_compressor (const bzip2_params &=bzip2::default_block_size, 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_compressor_impl < Alloc > & | filter () |
string_type | unconsumed_input () const |
typedef base_type::category boost::iostreams::basic_bzip2_compressor< Alloc >::category |
typedef base_type::char_type boost::iostreams::basic_bzip2_compressor< Alloc >::char_type |
|
inherited |
boost::iostreams::basic_bzip2_compressor< Alloc >::basic_bzip2_compressor | ( | const bzip2_params & | p = bzip2::default_block_size , |
int | buffer_size = default_device_buffer_size |
||
) |
|
inherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inherited |
|
inlineinherited |