1#ifndef __JLANG__JABSTRACTFILE__
2#define __JLANG__JABSTRACTFILE__
14namespace JPP {
using namespace JLANG; }
The JAbstractFile class encapsulates the c-style file descriptor.
JAbstractFile(const int file)
Constructor.
static const int FILE_CLOSED
int getFileDescriptor() const
Get file descriptor.
bool is_open() const
Get open status.
bool less(const JAbstractFile &file) const
Less than operation.
JAbstractFile()
Default constructor.
JAbstractFile(FILE *stream)
Constructor.
void setFileDescriptor(const int file)
Set file descriptor.
Auxiliary classes and methods for language specific functionality.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Template definition of auxiliary base class for comparison of data structures.