| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include <IReadFile.h>
Inheritance diagram for irr::io::IReadFile:

Public Member Functions | |
| virtual const c8 * | getFileName () const =0 |
| Get name of file. | |
| virtual long | getPos () const =0 |
| Get the current position in the file. | |
| virtual long | getSize () const =0 |
| Get size of file. | |
| virtual s32 | read (void *buffer, u32 sizeToRead)=0 |
| Reads an amount of bytes from the file. | |
| virtual bool | seek (long finalPos, bool relativeMovement=false)=0 |
| Changes position in file. | |
| virtual | ~IReadFile () |
| Destructor. | |
Definition at line 16 of file IReadFile.h.
|
|
Destructor.
Definition at line 20 of file IReadFile.h. |
|
|
Get name of file.
|
|
|
Get the current position in the file.
|
|
|
Get size of file.
|
|
||||||||||||
|
Reads an amount of bytes from the file.
|
|
||||||||||||
|
Changes position in file.
|
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Sep 21 08:57:54 2008 by Doxygen
(1.4.2) |