|
Assimp
v4.1. (December 2018)
|
Implementation of the file read callback for ordinary files. More...
Inherits irr::io::IFileReadCallBack.
Public Member Functions | |
| CFileReadCallBack (const char *filename) | |
| construct from filename More... | |
| CFileReadCallBack (FILE *file) | |
| construct from FILE pointer More... | |
| virtual int | getSize () |
| Returns size of file in bytes. More... | |
| virtual int | read (void *buffer, int sizeToRead) |
| Reads an amount of bytes from the file. More... | |
| virtual | ~CFileReadCallBack () |
| destructor More... | |
Public Member Functions inherited from irr::io::IFileReadCallBack | |
| virtual | ~IFileReadCallBack () |
| virtual destructor More... | |
Implementation of the file read callback for ordinary files.
|
inline |
construct from filename
|
inline |
construct from FILE pointer
|
inlinevirtual |
destructor
|
inlinevirtual |
Returns size of file in bytes.
Implements irr::io::IFileReadCallBack.
|
inlinevirtual |
Reads an amount of bytes from the file.
Implements irr::io::IFileReadCallBack.