Go to the documentation of this file.    1 #ifndef __JLANG__JGZFILEREADER__ 
    2 #define __JLANG__JGZFILEREADER__ 
   17 namespace JPP { 
using namespace JLANG; }
 
   71     virtual void open(
const char* file_name)
 
 
JGZFileReader()
Default constructor.
 
Interface for named access of a device.
 
void open(const char *name, int open_mode=std::ios::in)
 
Exception for opening of file.
 
virtual void open(const char *file_name)
Open file.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Interface for object iteration with named access.
 
static void Throw(const bool option)
Enable/disable throw option.
 
JGZFileReader(const char *file_name)
Constructor.
 
Object reading from gzipped file.
 
virtual void close()
Close file.
 
Auxiliary classes and methods for language specific functionality.
 
virtual bool is_open() const
Check is file is open.