Helper class to compress data blocks in the ROOT compression frame format.
Definition at line 37 of file RNTupleZip.hxx.
Public Member Functions | |
| RNTupleCompressor ()=delete | |
| RNTupleCompressor (const RNTupleCompressor &other)=delete | |
| RNTupleCompressor (RNTupleCompressor &&other)=delete | |
| RNTupleCompressor & | operator= (const RNTupleCompressor &other)=delete |
| RNTupleCompressor & | operator= (RNTupleCompressor &&other)=delete |
Static Public Member Functions | |
| static std::size_t | Zip (const void *from, std::size_t nbytes, int compression, void *to) |
| Returns the size of the compressed data, written into the provided output buffer. | |
#include <ROOT/RNTupleZip.hxx>
|
delete |
|
delete |
|
delete |
|
delete |
|
delete |
|
inlinestatic |
Returns the size of the compressed data, written into the provided output buffer.
Definition at line 46 of file RNTupleZip.hxx.