1 #ifndef __JLANG__JGZFILEREADER__ 
    2 #define __JLANG__JGZFILEREADER__ 
   17 namespace JPP { 
using namespace JLANG; }
 
   71     virtual void open(
const char* file_name)
 override  
Exception for opening of file. 
 
virtual void close() override
Close file. 
 
virtual void open(const char *file_name) override
Open file. 
 
virtual bool is_open() const override
Check is file is open. 
 
JGZFileReader(const char *file_name)
Constructor. 
 
do set_variable OUTPUT_DIRECTORY $WORKDIR T
 
Interface for object iteration with named access. 
 
JGZFileReader()
Default constructor. 
 
Object reading from gzipped file. 
 
void open(const char *name, int open_mode=std::ios::in)
 
Interface for named access of a device. 
 
static void Throw(const bool option)
Enable/disable throw option.