Project
Loading...
Searching...
No Matches
o2::io::comp_stream_helpers Namespace Reference

Functions

template<typename T >
void pushDecompressor (T &stream, CompressionMethod method)
 
template<typename T >
void pushCompressor (T &stream, CompressionMethod method)
 
auto Method (std::string method)
 

Variables

const std::map< std::string, CompressionMethodMapping
 

Function Documentation

◆ Method()

auto o2::io::comp_stream_helpers::Method ( std::string  method)

Definition at line 91 of file CompStream.cxx.

◆ pushCompressor()

template<typename T >
void o2::io::comp_stream_helpers::pushCompressor ( T &  stream,
CompressionMethod  method 
)

Definition at line 60 of file CompStream.cxx.

◆ pushDecompressor()

template<typename T >
void o2::io::comp_stream_helpers::pushDecompressor ( T &  stream,
CompressionMethod  method 
)

Definition at line 36 of file CompStream.cxx.

Variable Documentation

◆ Mapping

const std::map<std::string, CompressionMethod> o2::io::comp_stream_helpers::Mapping
Initial value:
= {
{"none", CompressionMethod::None},
{"gzip", CompressionMethod::Gzip},
{"zlib", CompressionMethod::Zlib},
{"bzip2", CompressionMethod::Bzip2},
{"lzma", CompressionMethod::Lzma},
}

Definition at line 83 of file CompStream.cxx.