Assimp
v3.1.1 (June 2014)
|
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... | |
![]() | |
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.