|
ImagingTools Core SDK
|
#include <IFileProvider.h>
Public Member Functions | |
| virtual bool | LoadData (QByteArray &data, const QByteArray &filePath) const =0 |
| extracts data from providing file and puts it in data param | |
Interface for providing binary file contents.
Definition at line 16 of file IFileProvider.h.
|
pure virtual |
extracts data from providing file and puts it in data param
| data | [OUTPUT] - data of providing file |
| filePath | [INPUT] - path of the file |