Qore FileLocationHandler Module Reference  2.1

Introduction to the FileLocationHandler Module

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:

Release Notes

FileLocationHandler v2.1

  • added support for immediate data:// locations (issue 4626)

FileLocationHandler v2.0

  • updated for read/write operations and added streaming APIs (issue 4424)

FileLocationHandler v1.0

  • initial release of the module