C# Class ThreeDXMLLoader.Implementation.Model.ThreeDXMLFile

In memory archive implementation for the IThreeDXMLArchive interface.
Inheritance: IThreeDXMLArchive
Datei anzeigen Open project: i2e-haw-hamburg/cad-in-unity Class Usage Examples

Public Methods

Method Description
Create ( Stream data ) : IThreeDXMLArchive

Creates a new in memory archive from a given stream of zipped data.

GetManifest ( ) : System.Xml.Linq.XDocument
GetNextDocument ( string name ) : System.Xml.Linq.XDocument

Private Methods

Method Description
ThreeDXMLFile ( Stream>.IDictionary files ) : System

Method Details

Create() public static method

Creates a new in memory archive from a given stream of zipped data.
public static Create ( Stream data ) : IThreeDXMLArchive
data Stream the zip compressed 3dxml archive
return IThreeDXMLArchive

GetManifest() public method

public GetManifest ( ) : System.Xml.Linq.XDocument
return System.Xml.Linq.XDocument

GetNextDocument() public method

public GetNextDocument ( string name ) : System.Xml.Linq.XDocument
name string
return System.Xml.Linq.XDocument