1 #ifndef __JDB_JDBString__ 
    2 #define __JDB_JDBString__ 
Auxiliary classes and methods for database I/O.
 
std::istream & getline(std::istream &in, JString &object)
Read string from input stream until end of line.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Wrapper class to read string until end-of-line.
 
JDBString(const std::string &buffer="")
Copy constructor.
 
friend std::istream & operator>>(std::istream &in, JDBString &object)
Read database string from input stream.