C# Class Alexandria.Engines.GoldBox.Engine

The engine for the SSI GoldBox series of games.
Inheritance: Alexandria.Engine
Mostra file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
ReadCodedString ( BinaryReader reader, int maximumBytes = int.MaxValue ) : string

Read a coded string from the stream.

Private Methods

Method Description
Engine ( Plugin plugin ) : System

Method Details

ReadCodedString() public static method

Read a coded string from the stream.
public static ReadCodedString ( BinaryReader reader, int maximumBytes = int.MaxValue ) : string
reader System.IO.BinaryReader
maximumBytes int
return string