Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <CompressionStreams.hpp>
Public Types | |
typedef StreamType::char_type | char_type |
typedef StreamType::traits_type | traits_type |
typedef StreamType::int_type | int_type |
typedef StreamType::pos_type | pos_type |
typedef StreamType::off_type | off_type |
Public Types inherited from CDPL::Util::CompressionStreamBase< CompAlgo, std::basic_istream< char, std::char_traits< char > > > | |
typedef StreamType::char_type | char_type |
typedef StreamType::traits_type | traits_type |
typedef StreamType::int_type | int_type |
typedef StreamType::pos_type | pos_type |
typedef StreamType::off_type | off_type |
typedef std::basic_istream< char_type, traits_type > | IStreamType |
typedef std::basic_ostream< char_type, traits_type > | OStreamType |
Public Member Functions | |
DecompressionIStream () | |
DecompressionIStream (StreamType &stream) | |
void | open (StreamType &stream) |
void | close () |
Public Member Functions inherited from CDPL::Util::CompressionStreamBase< CompAlgo, std::basic_istream< char, std::char_traits< char > > > | |
CompressionStreamBase () | |
Additional Inherited Members | |
Protected Member Functions inherited from CDPL::Util::CompressionStreamBase< CompAlgo, std::basic_istream< char, std::char_traits< char > > > | |
virtual | ~CompressionStreamBase () |
void | closeTmpFile () |
void | openTmpFile () |
void | decompInput (IStreamType &is) |
void | compOutput (OStreamType &os) |
typedef StreamType::char_type CDPL::Util::DecompressionIStream< CompAlgo, CharT, TraitsT >::char_type |
typedef StreamType::traits_type CDPL::Util::DecompressionIStream< CompAlgo, CharT, TraitsT >::traits_type |
typedef StreamType::int_type CDPL::Util::DecompressionIStream< CompAlgo, CharT, TraitsT >::int_type |
typedef StreamType::pos_type CDPL::Util::DecompressionIStream< CompAlgo, CharT, TraitsT >::pos_type |
typedef StreamType::off_type CDPL::Util::DecompressionIStream< CompAlgo, CharT, TraitsT >::off_type |
CDPL::Util::DecompressionIStream< CompAlgo, CharT, TraitsT >::DecompressionIStream |
CDPL::Util::DecompressionIStream< CompAlgo, CharT, TraitsT >::DecompressionIStream | ( | StreamType & | stream | ) |
void CDPL::Util::DecompressionIStream< CompAlgo, CharT, TraitsT >::open | ( | StreamType & | stream | ) |
void CDPL::Util::DecompressionIStream< CompAlgo, CharT, TraitsT >::close |