C# 클래스 Universe.Modules.Archivers.AssetsDearchiver

De-archives assets
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

보호된 프로퍼티들

프로퍼티 타입 설명
m_asciiEncoding System.Text.ASCIIEncoding
m_assetDataAwaitingMetadata byte[]>.Dictionary
m_cache IAssetService
m_metadata AssetMetadata>.Dictionary

공개 메소드들

메소드 설명
AddAssetData ( string assetFilename, byte data ) : void

Add asset data to the de-archiver

AddAssetMetadata ( string xml ) : void

Add asset metadata xml

AssetsDearchiver ( IAssetService cache ) : System

보호된 메소드들

메소드 설명
ResolveAssetData ( string assetPath, byte data ) : void

Resolve a new piece of asset data against stored metadata

ResolvePendingAssetData ( ) : void

Resolve asset data that we collected before receiving the metadata

메소드 상세

AddAssetData() 공개 메소드

Add asset data to the de-archiver
public AddAssetData ( string assetFilename, byte data ) : void
assetFilename string
data byte
리턴 void

AddAssetMetadata() 공개 메소드

Add asset metadata xml
public AddAssetMetadata ( string xml ) : void
xml string
리턴 void

AssetsDearchiver() 공개 메소드

public AssetsDearchiver ( IAssetService cache ) : System
cache IAssetService
리턴 System

ResolveAssetData() 보호된 메소드

Resolve a new piece of asset data against stored metadata
protected ResolveAssetData ( string assetPath, byte data ) : void
assetPath string
data byte
리턴 void

ResolvePendingAssetData() 보호된 메소드

Resolve asset data that we collected before receiving the metadata
protected ResolvePendingAssetData ( ) : void
리턴 void

프로퍼티 상세

m_asciiEncoding 보호되어 있는 정적으로 프로퍼티

protected static ASCIIEncoding,System.Text m_asciiEncoding
리턴 System.Text.ASCIIEncoding

m_assetDataAwaitingMetadata 보호되어 있는 프로퍼티

Store for asset data we received before we get the metadata
protected Dictionary m_assetDataAwaitingMetadata
리턴 byte[]>.Dictionary

m_cache 보호되어 있는 프로퍼티

Cache to which de-archived assets will be added
protected IAssetService m_cache
리턴 IAssetService

m_metadata 보호되어 있는 프로퍼티

Asset metadata. Is null if asset metadata isn't yet available.
protected Dictionary m_metadata
리턴 AssetMetadata>.Dictionary