Property | Type | Description | |
---|---|---|---|
m_asciiEncoding | |||
m_assetDataAwaitingMetadata | byte[]>.Dictionary | ||
m_cache | IAssetService | ||
m_metadata | AssetMetadata>.Dictionary |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | void |
public AddAssetMetadata ( string xml ) : void | ||
xml | string | |
return | void |
public AssetsDearchiver ( IAssetService cache ) : System | ||
cache | IAssetService | |
return | System |
protected ResolveAssetData ( string assetPath, byte data ) : void | ||
assetPath | string | |
data | byte | |
return | void |
protected static ASCIIEncoding,System.Text m_asciiEncoding | ||
return |
protected Dictionary |
||
return | byte[]>.Dictionary |