FileType Class Reference
List of all members.
Public Member Functions |
|
virtual bool | operator== (void *rhs)=0 |
|
virtual bool | operator!= (void *rhs)=0 |
|
virtual int | close ()=0 |
|
virtual void | rewind ()=0 |
|
virtual int | eof ()=0 |
|
virtual bool | isOpen ()=0 |
|
virtual unsigned int | write (const void *buffer, unsigned int size)=0 |
|
virtual int | read (void *buffer, unsigned int size)=0 |
|
virtual long int | tell ()=0 |
|
virtual bool | seek (long int offset, int origin)=0 |
|
void | setBuffered (bool buffered) |
Protected Attributes |
|
bool | myUsingBuffer |
Detailed Description
Definition at line 21 of file FileType.h.
The documentation for this class was generated from the following files: