C# Class Hugula.Loader.UriGroup

Afficher le fichier Open project: tenvick/hugula Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string uri ) : int

添加uri

Add ( string uri, Array>.Action onWWWComplete, bool>.Func onCrcCheck ) : void

添加uri

Add ( string uri, Array>.Action onWWWComplete, bool>.Func onCrcCheck, string>.Func onOverrideUrl ) : void
Add ( string uri, bool needCheckCrc ) : void
Add ( string uri, bool needCheckCrc, bool onWWWComp, bool onOverrideUrl ) : void
CheckUriCrc ( CRequest req ) : bool
Clear ( ) : void
GetUri ( int index ) : string

获取当前索引的uri

OverrideRequestUrlByCrc ( CRequest req ) : string
SaveWWWFileToPersistent ( CRequest req, Array www ) : void
SetNextUri ( CRequest req ) : bool

设置req index处的uri

UriGroup ( ) : System

Private Methods

Méthode Description
AddonCrcChecks ( int index, bool>.Func onCrcCheck ) : void
AddonOverrideUrls ( int index, string>.Func onOverrideUrl ) : void
AddonWWWCompletes ( int index, Array>.Action onWWWComplete ) : void
OnOverrideUrl ( CRequest req ) : string
OnWWWComplete ( CRequest req, WWW www ) : void

Method Details

Add() public méthode

添加uri
public Add ( string uri ) : int
uri string
Résultat int

Add() public méthode

添加uri
public Add ( string uri, Array>.Action onWWWComplete, bool>.Func onCrcCheck ) : void
uri string
onWWWComplete Array>.Action
onCrcCheck bool>.Func
Résultat void

Add() public méthode

public Add ( string uri, Array>.Action onWWWComplete, bool>.Func onCrcCheck, string>.Func onOverrideUrl ) : void
uri string
onWWWComplete Array>.Action
onCrcCheck bool>.Func
onOverrideUrl string>.Func
Résultat void

Add() public méthode

public Add ( string uri, bool needCheckCrc ) : void
uri string
needCheckCrc bool
Résultat void

Add() public méthode

public Add ( string uri, bool needCheckCrc, bool onWWWComp, bool onOverrideUrl ) : void
uri string
needCheckCrc bool
onWWWComp bool
onOverrideUrl bool
Résultat void

CheckUriCrc() public méthode

public CheckUriCrc ( CRequest req ) : bool
req CRequest
Résultat bool

Clear() public méthode

public Clear ( ) : void
Résultat void

GetUri() public méthode

获取当前索引的uri
public GetUri ( int index ) : string
index int
Résultat string

OverrideRequestUrlByCrc() public static méthode

public static OverrideRequestUrlByCrc ( CRequest req ) : string
req CRequest
Résultat string

SaveWWWFileToPersistent() public static méthode

public static SaveWWWFileToPersistent ( CRequest req, Array www ) : void
req CRequest
www Array
Résultat void

SetNextUri() public méthode

设置req index处的uri
public SetNextUri ( CRequest req ) : bool
req CRequest
Résultat bool

UriGroup() public méthode

public UriGroup ( ) : System
Résultat System