Abstract interface that allows clients to provide their own file-handling functionality. More...
Inherits IDisposable.
Public Member Functions | |
virtual void | ReadFile (string url, URLRequestBase request, ResourceResponse response) |
Requests to read a resource. More... | |
virtual void | WriteFile (string url, ResourceData resource) |
Request to write to a resource. More... | |
Abstract interface that allows clients to provide their own file-handling functionality.
|
inlinevirtual |
Requests to read a resource.
url | the coui url of the resource |
request | the request object for the resource. |
response | the response object for the resource |
response | the response to be filled with the resource data or notified for failure |
|
inlinevirtual |
Request to write to a resource.
url | the coui url of the resource. |
resource | the resource data that has to be written |