메소드 | 설명 | |
---|---|---|
AssetService ( IConfigSource config ) : System | ||
Delete ( string id ) : bool | ||
Get ( string id ) : Aurora.Framework.AssetBase | ||
Get ( string id, Object sender, AssetRetrieved handler ) : bool | ||
GetCached ( string id ) : Aurora.Framework.AssetBase | ||
GetData ( string id ) : byte[] | ||
GetMetadata ( string id ) : AssetMetadata | ||
Store ( Aurora.Framework.AssetBase asset ) : string | ||
UpdateContent ( string id, byte data ) : bool |
메소드 | 설명 | |
---|---|---|
HandleDeleteAsset ( string module, string args ) : void | ||
HandleShowDigest ( string module, string args ) : void |
public AssetService ( IConfigSource config ) : System | ||
config | IConfigSource | |
리턴 | System |
public Get ( string id ) : Aurora.Framework.AssetBase | ||
id | string | |
리턴 | Aurora.Framework.AssetBase |
public Get ( string id, Object sender, AssetRetrieved handler ) : bool | ||
id | string | |
sender | Object | |
handler | AssetRetrieved | |
리턴 | bool |
public GetCached ( string id ) : Aurora.Framework.AssetBase | ||
id | string | |
리턴 | Aurora.Framework.AssetBase |
public Store ( Aurora.Framework.AssetBase asset ) : string | ||
asset | Aurora.Framework.AssetBase | |
리턴 | string |
public UpdateContent ( string id, byte data ) : bool | ||
id | string | |
data | byte | |
리턴 | bool |