#include <file.h>
Inheritance diagram for Afile::
Public Methods | |
virtual ACI * | getCI () |
Afile (char *name) | |
virtual | ~Afile () |
virtual int | read (void *p, int s) |
virtual int | write (void *p, int s) |
virtual bool | writeString (char *s) |
virtual bool | readString (char *s)=0 |
virtual bool | seek (int n) |
virtual int | getSize () |
virtual bool | isOK () |
Public Attributes | |
int | offset |
int | size |
Static Public Attributes | |
ADLL ACI | CI |
|
|
|
|
|
Reimplemented from Anode. |
|
Reimplemented in Afilehd. |
|
Reimplemented in Afilehd. |
|
Reimplemented in Afilehd. |
|
Reimplemented in Afilehd. |
|
Reimplemented in Afilehd. |
|
Reimplemented in Afilehd. |
|
Reimplemented in Afilehd. |
|
Reimplemented from Anode. |
|
|
|
|