OmegaEngine API
1.0.3
|
Classes for data storage and serialization (XML and ZIP). More...
Classes | |
struct | ContentArchiveEntry |
Represents a file in a content archive. More... | |
class | ContentManager |
Provides a virtual file system for combining data from multiple directories and archives (useful for modding). More... | |
struct | EmbeddedFile |
Information about an additional file to be stored along side an ZIP archive using NanoByte.Common.Storage.XmlStorage or BinaryStorage. More... | |
class | FileEntry |
Describes a file returned by ContentManager.GetFileList. More... | |
class | XmlStorage |
Provides easy serialization to XML files (optionally wrapped in ZIP archives). More... | |
Enumerations | |
enum | FileEntryType { FileEntryType.Normal, FileEntryType.Modified, FileEntryType.Added, FileEntryType.Deleted } |
| |
Classes for data storage and serialization (XML and ZIP).
|
strong |