C# 클래스 Aurora.Addon.HyperGrid.HGAssetService

Hypergrid asset service. It serves the IAssetService interface, but implements it in ways that are appropriate for inter-grid asset exchanges.
상속: OpenSim.Services.AssetService.AssetService, IExternalAssetService
파일 보기 프로젝트 열기: RevolutionSmythe/Aurora-HG-Plugin

공개 메소드들

메소드 설명
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

보호된 메소드들

메소드 설명
AdjustIdentifiers ( byte data ) : byte[]
AdjustIdentifiers ( Aurora.Framework.AssetBase meta ) : void

비공개 메소드들

메소드 설명
Delete ( UUID id ) : bool
Get ( string id ) : Aurora.Framework.AssetBase
Get ( string id, object sender, AssetRetrieved handler ) : void
GetCached ( string id ) : Aurora.Framework.AssetBase
GetData ( string id ) : byte[]
GetExists ( string id ) : bool
Store ( Aurora.Framework.AssetBase asset ) : UUID
UpdateContent ( UUID id, byte data ) : UUID

메소드 상세

AdjustIdentifiers() 보호된 메소드

protected AdjustIdentifiers ( byte data ) : byte[]
data byte
리턴 byte[]

AdjustIdentifiers() 보호된 메소드

protected AdjustIdentifiers ( Aurora.Framework.AssetBase meta ) : void
meta Aurora.Framework.AssetBase
리턴 void

FinishedStartup() 공개 메소드

public FinishedStartup ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void

Start() 공개 메소드

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
리턴 void