| HDK
    | 
#include <FS_SHFSHelper.h>
 Inheritance diagram for FS_SHFSReadHelper:
 Inheritance diagram for FS_SHFSReadHelper:| Public Member Functions | |
| FS_SHFSReadHelper () | |
| FS_ReaderStream * | createStream (const char *source, const UT_Options *options=nullptr) 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 18 of file FS_SHFSHelper.h.
| FS_SHFSReadHelper::FS_SHFSReadHelper | ( | ) | 
| 
 | 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.