#include <datastream.h>
|
| | datastreamXrootd () |
| | The constructor for reader, printWarning routine will printout a warning message if the library was not compiled with compression libraries LZ4 or GZIP.
|
| |
| | ~datastreamXrootd () |
| | Default destructor.
|
| |
| long | size () |
| |
| long | position () |
| |
| long | position (long pos) |
| |
| void | open (const char *filename) |
| |
| int | read (char *s, int size) |
| |
◆ datastreamXrootd()
| hipo::datastreamXrootd::datastreamXrootd |
( |
| ) |
|
The constructor for reader, printWarning routine will printout a warning message if the library was not compiled with compression libraries LZ4 or GZIP.
◆ ~datastreamXrootd()
| hipo::datastreamXrootd::~datastreamXrootd |
( |
| ) |
|
Default destructor.
Does nothing
◆ size()
| long hipo::datastreamXrootd::size |
( |
| ) |
|
◆ position() [1/2]
| long hipo::datastreamXrootd::position |
( |
| ) |
|
◆ position() [2/2]
| long hipo::datastreamXrootd::position |
( |
long |
pos | ) |
|
◆ open()
| void hipo::datastreamXrootd::open |
( |
const char * |
filename | ) |
|
◆ read()
| int hipo::datastreamXrootd::read |
( |
char * |
s, |
|
|
int |
size |
|
) |
| |
The documentation for this class was generated from the following files: