Project
Loading...
Searching...
No Matches
CompStream.h File Reference

Implementation of iostreams with compression filter. More...

#include <istream>
#include <fstream>
#include <ostream>
#include <string>
#include <boost/iostreams/filtering_streambuf.hpp>

Go to the source code of this file.

Classes

class  o2::io::icomp_stream
 
class  o2::io::ocomp_stream
 

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::io
 

Enumerations

enum class  o2::io::CompressionMethod {
  o2::io::None , o2::io::Gzip , o2::io::Zlib , o2::io::Bzip2 ,
  o2::io::Lzma
}
 

Detailed Description

Implementation of iostreams with compression filter.

Author
Matthias Richter
Since
2018-08-28

Definition in file CompStream.h.