#include <djFile.h>
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 |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001