|
Assimp
v4.1. (December 2018)
|
Utility class to make IrrXML work together with our custom IO system See the IrrXML docs for more details. More...
Inherits irr::io::IFileReadCallBack.
Public Member Functions | |
| CIrrXML_IOStreamReader (IOStream *_stream) | |
| Construction from an existing IOStream. 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 | ~CIrrXML_IOStreamReader () |
| Virtual destructor. More... | |
Public Member Functions inherited from irr::io::IFileReadCallBack | |
| virtual | ~IFileReadCallBack () |
| virtual destructor More... | |
Utility class to make IrrXML work together with our custom IO system See the IrrXML docs for more details.
Construct IrrXML-Reader in BaseImporter::InternReadFile():
|
inlineexplicit |
Construction from an existing IOStream.
|
inlinevirtual |
Virtual destructor.
|
inlinevirtual |
Returns size of file in bytes.
Implements irr::io::IFileReadCallBack.
|
inlinevirtual |
Reads an amount of bytes from the file.
| buffer | Pointer to output buffer. |
| sizeToRead | Amount of bytes to read |
Implements irr::io::IFileReadCallBack.