Свойство | Тип | Описание | |
---|---|---|---|
archive | |||
m_assetsIncluded | bool | ||
m_creatorIdForAssetId | UUID>.Dictionary | ||
m_merge | bool | ||
m_registry | IRegistryCore |
Метод | Описание | |
---|---|---|
AddInventoryItem ( |
||
Close ( ) : void | ||
Execute ( bool loadAll ) : HashSet |
Execute the request
|
|
InventoryArchiveReadRequest ( IRegistryCore registry, |
||
LoadControlFile ( byte data ) : void |
Loads the archive.xml control file.
|
|
ReplicateArchivePathToUserInventory ( string iarPath, |
Replicate the inventory paths in the archive to the user's inventory as necessary.
|
Метод | Описание | |
---|---|---|
CreateFoldersForPath ( |
Create a set of folders for the given path.
|
|
LoadItem ( byte data, |
Load an item from the archive
|
|
ResolveDestinationFolder ( |
Resolve a destination folder
|
Метод | Описание | |
---|---|---|
InventoryArchiveReadRequest ( ) : System | ||
LoadAsset ( string assetPath, byte data ) : bool |
Load an asset
|
public AddInventoryItem ( |
||
item | ||
Результат | bool |
protected CreateFoldersForPath ( |
||
destFolder | /// The root folder from which the creation will take place. /// | |
iarPathExisting | string | /// the part of the iar path that already exists /// |
iarPathToReplicate | string | /// The path to replicate in the user's inventory from iar /// |
resolvedFolders | InventoryFolderBase>.Dictionary | /// The folders that we have resolved so far for a given archive path. /// |
loadedNodes | HashSet |
/// Track the inventory nodes created. /// |
Результат | void |
public InventoryArchiveReadRequest ( IRegistryCore registry, |
||
registry | IRegistryCore | |
userInfo | ||
invPath | string | |
loadPath | string | |
merge | bool | |
overwriteCreator | UUID | |
Результат | System |
public LoadControlFile ( byte data ) : void | ||
data | byte | Data. |
Результат | void |
protected LoadItem ( byte data, |
||
data | byte | The raw item data |
loadFolder | ||
Результат |
public ReplicateArchivePathToUserInventory ( string iarPath, |
||
iarPath | string | The item archive path to replicate |
rootDestFolder | The root folder for the inventory load | |
resolvedFolders | InventoryFolderBase>.Dictionary | /// The folders that we have resolved so far for a given archive path. /// This method will add more folders if necessary /// |
loadedNodes | HashSet |
/// Track the inventory nodes created. /// |
Результат |
protected ResolveDestinationFolder ( |
||
rootDestFolder | /// The root folder for the inventory load /// | |
archivePath | string | /// The item archive path to resolve. The portion of the path passed back is that /// which corresponds to the resolved destination folder. /// |
resolvedFolders | InventoryFolderBase>.Dictionary | /// The folders that we have resolved so far for a given archive path. /// |
Результат |
protected TarArchiveReader,Universe.Framework.Serialization archive | ||
Результат |
protected Dictionary |
||
Результат | UUID>.Dictionary |