C# Класс HWBalanceAnalyzer.Control.HostileWorldsLogParser

Extracts detailed information from Hostile Worlds log files.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
HostileWorldsLogParser ( Controller controller ) : System

Constructs a new parser for extracting detailed information from Hostile Worlds log files, loading the list of valid squad member class names and valid ability names.

ParseLogFromStream ( Stream stream ) : List

Parses all Hostile Worlds match logs from the passed stream.

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

Метод Описание
AddAbilityNames ( ) : void

Fills the list of valid ability names.

AddSquadMemberNames ( ) : void

Fills the list of valid squad member class names.

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

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

Constructs a new parser for extracting detailed information from Hostile Worlds log files, loading the list of valid squad member class names and valid ability names.
public HostileWorldsLogParser ( Controller controller ) : System
controller Controller /// the controller to be notified whenever any parse errors occur ///
Результат System

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

Parses all Hostile Worlds match logs from the passed stream.
public ParseLogFromStream ( Stream stream ) : List
stream Stream /// to stream to parse the match logs from ///
Результат List