1 #ifndef __JLANG__JGZFILEREADER__
2 #define __JLANG__JGZFILEREADER__
17 namespace JPP {
using namespace JLANG; }
71 virtual void open(
const char* file_name)
Exception for opening of file.
virtual void close()
Close file.
virtual bool is_open() const
Check is file is open.
virtual void open(const char *file_name)
Open file.
JGZFileReader(const char *file_name)
Constructor.
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.