HDK
|
#include <OP_DataBlockHelper.h>
Public Member Functions | |
OP_DataBlockReadHelper () | |
~OP_DataBlockReadHelper () override | |
FS_ReaderStream * | createStream (const char *source, const UT_Options *options=NULL) override |
Public Member Functions inherited from FS_ReaderHelper | |
FS_ReaderHelper () | |
virtual | ~FS_ReaderHelper () |
virtual bool | splitIndexFileSectionPath (const char *source_section_path, UT_String &index_file_path, UT_String §ion_name) |
virtual bool | combineIndexFileSectionPath (UT_String &source_section_path, const char *index_file_path, const char *section_name) |
Definition at line 21 of file OP_DataBlockHelper.h.
OP_DataBlockReadHelper::OP_DataBlockReadHelper | ( | ) |
|
override |
|
overridevirtual |
Return an FS_ReaderStream if the helper is able to open the source filename.
The options are passed through directly from the FS_Reader constructor. See FS_Reader for list of options.
Implements FS_ReaderHelper.