프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_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
|
public AddAssetData ( string assetFilename, byte data ) : void | ||
assetFilename | string | |
data | byte | |
리턴 | void |
public AssetsDearchiver ( IAssetService cache ) : System | ||
cache | IAssetService | |
리턴 | System |
protected ResolveAssetData ( string assetPath, byte data ) : void | ||
assetPath | string | |
data | byte | |
리턴 | void |
protected static ASCIIEncoding,System.Text m_asciiEncoding | ||
리턴 |
protected Dictionary |
||
리턴 | byte[]>.Dictionary |