C# Класс ThreeDXMLLoader.Implementation.Model.ThreeDXMLFile

In memory archive implementation for the IThreeDXMLArchive interface.
Наследование: IThreeDXMLArchive
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
ThreeDXMLFile ( Stream>.IDictionary files ) : System

Описание методов

Create() публичный статический Метод

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
Результат IThreeDXMLArchive

GetManifest() публичный Метод

public GetManifest ( ) : System.Xml.Linq.XDocument
Результат System.Xml.Linq.XDocument

GetNextDocument() публичный Метод

public GetNextDocument ( string name ) : System.Xml.Linq.XDocument
name string
Результат System.Xml.Linq.XDocument