HDK
|
Generic file access in Houdini is provided by the FS_Reader, FS_Writer, and FS_Info classes. In addition to generic stream file access, these classes also support an extensible mechanism for reading and writing data through a file helper plugin architecture. When reading or writing to a given file path string, the helpers are first queried to see if any of them support a file path matching a particular protocol:
prefix. If the file path matches the appropriate prefix, then the helper will be used instead of treating the path as a disk file.
The default helper's provided by Houdini for FS_Reader and FS_Info are:
http:
protocol.oplib:
and opdef:
protocols.