tudocomp
– The TU Dortmund Compression Framework
|
#include <tudocomp/util.hpp>
Go to the source code of this file.
Namespaces | |
tdc | |
Contains the text compression and encoding framework. | |
Functions | |
template<class int_t > | |
int_t | tdc::read_vbyte (std::istream &is) |
Reads an integer stored as a bunch of bytes in the vbyte-encoding. More... | |
template<class int_t > | |
void | tdc::write_vbyte (std::ostream &os, int_t v) |
Store an integer as a bunch of bytes. More... | |