C# Class OpenSim.Region.CoreModules.World.Archiver.ArchiveWriteRequestPreparation

Prepare to write out an archive.
Mostra file Open project: openmetaversefoundation/fortis-opensim

Protected Properties

Property Type Description
m_requestId System.Guid
m_saveStream Stream
m_scene OpenSim.Region.Framework.Scenes.Scene

Public Methods

Method Description
ArchiveRegion ( object>.Dictionary options ) : void

Archive the region requested.

ArchiveWriteRequestPreparation ( Scene scene, Stream saveStream, System.Guid requestId ) : System

Constructor.

ArchiveWriteRequestPreparation ( Scene scene, string savePath, System.Guid requestId ) : System

Constructor

Create0p2ControlFile ( object>.Dictionary options ) : string

Create the control file for the most up to date archive

Method Details

ArchiveRegion() public method

Archive the region requested.
if there was an io problem with creating the file
public ArchiveRegion ( object>.Dictionary options ) : void
options object>.Dictionary
return void

ArchiveWriteRequestPreparation() public method

Constructor.
public ArchiveWriteRequestPreparation ( Scene scene, Stream saveStream, System.Guid requestId ) : System
scene OpenSim.Region.Framework.Scenes.Scene
saveStream Stream The stream to which to save data.
requestId System.Guid The id associated with this request
return System

ArchiveWriteRequestPreparation() public method

Constructor
/// If there was a problem opening a stream for the file specified by the savePath ///
public ArchiveWriteRequestPreparation ( Scene scene, string savePath, System.Guid requestId ) : System
scene OpenSim.Region.Framework.Scenes.Scene
savePath string The path to which to save data.
requestId System.Guid The id associated with this request
return System

Create0p2ControlFile() public static method

Create the control file for the most up to date archive
public static Create0p2ControlFile ( object>.Dictionary options ) : string
options object>.Dictionary
return string

Property Details

m_requestId protected_oe property

protected Guid,System m_requestId
return System.Guid

m_saveStream protected_oe property

protected Stream m_saveStream
return Stream

m_scene protected_oe property

protected Scene,OpenSim.Region.Framework.Scenes m_scene
return OpenSim.Region.Framework.Scenes.Scene