C# Class MonoTouch.UrlImageStore.UrlImageStore

Inheritance: NSObject
Mostrar archivo Open project: RobertKozak/MonoMobile.Views

Public Methods

Method Description
DeleteCachedFiles ( ) : void
GenerateMD5 ( string str ) : string

method to generate a MD5 hash of a string

GetImage ( string id ) : UIImage
RequestImage ( string id, string url, IUrlImageUpdated notify ) : UIImage
UrlImageStore ( string storeName, ProcessImageDelegate processImage ) : System

Private Methods

Method Description
AddToCache ( string id, UIImage img ) : void
RequestImageImpl ( string picFile, bool &shouldReturn ) : UIImage
UrlImageStore ( ) : System

Method Details

DeleteCachedFiles() public method

public DeleteCachedFiles ( ) : void
return void

GenerateMD5() public static method

method to generate a MD5 hash of a string
public static GenerateMD5 ( string str ) : string
str string
return string

GetImage() public method

public GetImage ( string id ) : UIImage
id string
return UIImage

RequestImage() public method

public RequestImage ( string id, string url, IUrlImageUpdated notify ) : UIImage
id string
url string
notify IUrlImageUpdated
return UIImage

UrlImageStore() public method

public UrlImageStore ( string storeName, ProcessImageDelegate processImage ) : System
storeName string
processImage ProcessImageDelegate
return System