Table of Contents

Class ReaderArchiveGeneric

Namespace
Mech3DotNet.Zbd
Assembly
Mech3DotNet.dll

A generic reader archive with no parsing convenience functions.

See Read(string, GameType) for reading a reader ZBD file.

public class ReaderArchiveGeneric : ReaderArchive, IWritable
Inheritance
ReaderArchiveGeneric
Implements
Inherited Members

Constructors

ReaderArchiveGeneric(Dictionary<string, ReaderValue>, List<ArchiveEntry>, GameType)

public ReaderArchiveGeneric(Dictionary<string, ReaderValue> items, List<ArchiveEntry> entries, GameType gameType)

Parameters

items Dictionary<string, ReaderValue>
entries List<ArchiveEntry>
gameType GameType

Fields

gameType

public GameType gameType

Field Value

GameType

Methods

Read(string, GameType)

Read a reader ZBD file from the specified path.

public static ReaderArchiveGeneric Read(string path, GameType gameType)

Parameters

path string
gameType GameType

Returns

ReaderArchiveGeneric

Write(string)

Write a reader ZBD file to the specified path.

public void Write(string path)

Parameters

path string