Qore FileLocationHandler Module Reference
2.1
|
The FileLocationHandler module provides an API for returning file data based on a URL-like location string.
To retrieve file data, call one of:
To write file data, call one of:
To register a location handler based on a scheme, call:
This module provides the following classes:
"data://"
locations (immedidate data in the location URL)"file://"
locations (the default if no scheme is present in the location string)"ftp://"
and "ftps://"
locations"http://"
and "https://"
locations"sftp://"
locationsdata://
locations (issue 4626)