Public Member Functions | |
| AssetsArchiver (TarArchiveWriter archiveWriter) | |
| void | WriteAsset (AssetBase asset) |
| Archive the assets given to this archiver to the given archive. | |
| void | ForceClose () |
| Only call this if you need to force a close on the underlying writer. | |
Protected Member Functions | |
| void | WriteData (AssetBase asset) |
| Write an assets metadata file to the given archive. | |
Protected Attributes | |
| int | m_assetsWritten |
| TarArchiveWriter | m_archiveWriter |
Static Protected Attributes | |
| static int | LOG_ASSET_LOAD_NOTIFICATION_INTERVAL = 50 |
| OpenSim::Region::CoreModules::World::Archiver::AssetsArchiver::AssetsArchiver | ( | TarArchiveWriter | archiveWriter | ) | [inline] |
| void OpenSim::Region::CoreModules::World::Archiver::AssetsArchiver::WriteAsset | ( | AssetBase | asset | ) | [inline] |
Archive the assets given to this archiver to the given archive.
| archive |
| void OpenSim::Region::CoreModules::World::Archiver::AssetsArchiver::WriteData | ( | AssetBase | asset | ) | [inline, protected] |
Write an assets metadata file to the given archive.
| archive |
| asset |
| void OpenSim::Region::CoreModules::World::Archiver::AssetsArchiver::ForceClose | ( | ) | [inline] |
Only call this if you need to force a close on the underlying writer.
int OpenSim::Region::CoreModules::World::Archiver::AssetsArchiver::LOG_ASSET_LOAD_NOTIFICATION_INTERVAL = 50 [static, protected] |
Post a message to the log every x assets as a progress bar
Keep a count of the number of assets written so that we can provide status updates
TarArchiveWriter OpenSim::Region::CoreModules::World::Archiver::AssetsArchiver::m_archiveWriter [protected] |
1.5.6