HIPO4 C++ Library 4.4.1
Columnar I/O library for CLAS12 physics data
Loading...
Searching...
No Matches
hipo::datastreamXrootd Class Reference

#include <datastream.h>

Public Member Functions

 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)
 

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ 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: