C# Class Universe.Framework.Serialization.ArchiveHelpers

Helper methods for archive manipulation
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode Description
CreateObjectFilename ( ISceneEntity sog ) : string

Create the filename used for objects in OpenSim/Universe Archives.

CreateObjectPath ( ISceneEntity sog ) : string

Create the path used to store an object in an OpenSim Archive.

GetStream ( string path ) : Stream

Resolve path to a working FileStream

URIFetch ( Uri uri ) : Stream

Method Details

CreateObjectFilename() public static méthode

Create the filename used for objects in OpenSim/Universe Archives.
public static CreateObjectFilename ( ISceneEntity sog ) : string
sog ISceneEntity
Résultat string

CreateObjectPath() public static méthode

Create the path used to store an object in an OpenSim Archive.
public static CreateObjectPath ( ISceneEntity sog ) : string
sog ISceneEntity
Résultat string

GetStream() public static méthode

Resolve path to a working FileStream
public static GetStream ( string path ) : Stream
path string
Résultat Stream

URIFetch() public static méthode

public static URIFetch ( Uri uri ) : Stream
uri System.Uri
Résultat Stream