Static Public Attributes | |
| static readonly string | CONTROL_FILE_PATH = "archive.xml" |
| The location of the archive control file. | |
| static readonly string | ASSETS_PATH = "assets/" |
| Path for the assets held in an archive. | |
| static readonly string | OBJECTS_PATH = "objects/" |
| Path for the assets metadata file | |
| static readonly string | TERRAINS_PATH = "terrains/" |
| Path for terrains. Technically these may be assets, but I think it's quite nice to split them out. | |
| static readonly string | ASSET_EXTENSION_SEPARATOR = "_" |
| The character the separates the uuid from extension information in an archived asset filename. | |
| static readonly IDictionary< sbyte, string > | ASSET_TYPE_TO_EXTENSION = new Dictionary<sbyte, string>() |
| Extensions used for asset types in the archive. | |
| static readonly IDictionary< string, sbyte > | EXTENSION_TO_ASSET_TYPE = new Dictionary<string, sbyte>() |
readonly string OpenSim::Region::Environment::Modules::World::Archiver::ArchiveConstants::CONTROL_FILE_PATH = "archive.xml" [static] |
The location of the archive control file.
readonly string OpenSim::Region::Environment::Modules::World::Archiver::ArchiveConstants::ASSETS_PATH = "assets/" [static] |
Path for the assets held in an archive.
readonly string OpenSim::Region::Environment::Modules::World::Archiver::ArchiveConstants::OBJECTS_PATH = "objects/" [static] |
Path for the assets metadata file
Path for the prims file.
readonly string OpenSim::Region::Environment::Modules::World::Archiver::ArchiveConstants::TERRAINS_PATH = "terrains/" [static] |
Path for terrains. Technically these may be assets, but I think it's quite nice to split them out.
readonly string OpenSim::Region::Environment::Modules::World::Archiver::ArchiveConstants::ASSET_EXTENSION_SEPARATOR = "_" [static] |
The character the separates the uuid from extension information in an archived asset filename.
readonly IDictionary<sbyte, string> OpenSim::Region::Environment::Modules::World::Archiver::ArchiveConstants::ASSET_TYPE_TO_EXTENSION = new Dictionary<sbyte, string>() [static] |
Extensions used for asset types in the archive.
readonly IDictionary<string, sbyte> OpenSim::Region::Environment::Modules::World::Archiver::ArchiveConstants::EXTENSION_TO_ASSET_TYPE = new Dictionary<string, sbyte>() [static] |
1.5.1