C# Class Alexandria.Engines.GoldBox.Engine

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

Méthodes publiques

Méthode Description
ReadCodedString ( BinaryReader reader, int maximumBytes = int.MaxValue ) : string

Read a coded string from the stream.

Private Methods

Méthode Description
Engine ( Plugin plugin ) : System

Method Details

ReadCodedString() public static méthode

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