Go to the documentation of this file. 1 #ifndef __JLANG__JGZFILEWRITER__
2 #define __JLANG__JGZFILEWRITER__
17 namespace JPP {
using namespace JLANG; }
62 const std::string& sep) :
85 virtual void open(
const char* file_name)
Interface for named access of a device.
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).
Template implementation of stream output for single data type.
virtual bool is_open() const
Check is file is open.
void open(const char *name, int open_mode=std::ios::out)
Object reading from gzipped file.
JGZFileWriter()
Default constructor.
virtual void close()
Close file.
static void Throw(const bool option)
Enable/disable throw option.
Interface for object output with named access.
JGZFileWriter(const char *file_name, const std::string &sep)
Constructor.
Auxiliary classes and methods for language specific functionality.
JGZFileWriter(const char *file_name)
Constructor.