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

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 bool | seek (long finalPos, bool relativeMovement=false)=0 |
| Changes position in file. | |
| virtual s32 | write (const void *buffer, u32 sizeToWrite)=0 |
| Writes an amount of bytes to the file. | |
| virtual | ~IWriteFile () |
| Destructor. | |
Definition at line 16 of file IWriteFile.h.
|
|
Destructor.
Definition at line 20 of file IWriteFile.h. |
|
|
Get name of file.
|
|
|
Get the current position in the file.
|
|
||||||||||||
|
Changes position in file.
|
|
||||||||||||
|
Writes an amount of bytes to the file.
|
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Jun 1 07:59:17 2008 by Doxygen
(1.4.2) |