Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

djFile Class Reference

#include <djFile.h>

List of all members.

Public Methods

 djFile (int FATIdx)
 djFile (string filename, string type, int newfile=0, string comment="")
 ~djFile ()
int open (void)
int close (void)
char getChar (void)
int putChar (char data)
int countElems (void)
int write (string buffer, int size_t, int num_elems)
string read (int size_t, int num_elems)
int isError (void)
int isOpen (void)

Public Attributes

string m_filename
string m_type
string m_comment
int m_FATIdx


Constructor & Destructor Documentation

djFile::djFile int    FATIdx
 

djFile::djFile string    filename,
string    type,
int    newfile = 0,
string    comment = ""
 

djFile::~djFile  
 


Member Function Documentation

int djFile::close void   
 

int djFile::countElems void   
 

char djFile::getChar void   
 

int djFile::isError void   
 

int djFile::isOpen void   
 

int djFile::open void   
 

int djFile::putChar char    Data
 

string djFile::read int    size_t,
int    num_elems
 

int djFile::write string    buffer,
int    size_t,
int    num_elems
 


Member Data Documentation

string djFile::m_comment
 

int djFile::m_FATIdx
 

string djFile::m_filename
 

string djFile::m_type
 


The documentation for this class was generated from the following files:
Generated on Thu Dec 6 00:14:59 2001 for Dijinni by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001