Coherent UI for .NET  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Coherent.UI.FileHandler Class Reference

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...
 

Detailed Description

Abstract interface that allows clients to provide their own file-handling functionality.

Member Function Documentation

virtual void Coherent.UI.FileHandler.ReadFile ( string  url,
URLRequestBase  request,
ResourceResponse  response 
)
inlinevirtual

Requests to read a resource.

Parameters
urlthe coui url of the resource
requestthe request object for the resource.
responsethe response object for the resource
responsethe response to be filled with the resource data or notified for failure
virtual void Coherent.UI.FileHandler.WriteFile ( string  url,
ResourceData  resource 
)
inlinevirtual

Request to write to a resource.

Parameters
urlthe coui url of the resource.
resourcethe resource data that has to be written