1#ifndef __JIO__JIOTOOLKIT__
2#define __JIO__JIOTOOLKIT__
15namespace JPP {
using namespace JIO; }
30 inline void load(
const char* file_name, T&
object)
55 inline void store(
const char* file_name,
const T&
object)
#define THROW(JException_t, A)
Marco for throwing exception with std::ostream compatible message.
STD extensions for binary I/O.
Binary buffered file input.
Binary buffered file output.
JReader & load(JSerialisable &object)
Read object.
JWriter & store(const JSerialisable &object)
Write object.
Exception for opening of file.
Exception for reading of file.
Auxiliary classes and methods for binary I/O.
void load(const char *file_name, T &object)
Load object from input file.
void store(const char *file_name, const T &object)
Store object to output file.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).