1 #ifndef __JLANG__JABSTRACTFILE__ 
    2 #define __JLANG__JABSTRACTFILE__ 
   14 namespace JPP { 
using namespace JLANG; }
 
bool less(const JAbstractFile &file) const 
Less than operation. 
 
JAbstractFile(const int file)
Constructor. 
 
JAbstractFile()
Default constructor. 
 
int getFileDescriptor() const 
Get file descriptor. 
 
static const int FILE_CLOSED
 
bool is_open() const 
Get open status. 
 
The JAbstractFile class encapsulates the c-style file descriptor. 
 
Template definition of auxiliary base class for comparison of data structures. 
 
JAbstractFile(FILE *stream)
Constructor.