C# Class SilinoronParser.Loading.Loaders.IzidorLoader

Inheritance: Loader
Afficher le fichier Open project: silinoron/SilinoronParser

Méthodes publiques

Méthode Description
IzidorLoader ( string file ) : System
ParseFile ( ) : IEnumerable
ParseHex ( string hex ) : byte[]

Private Methods

Méthode Description
ParseNybble ( char c ) : int

Method Details

IzidorLoader() public méthode

public IzidorLoader ( string file ) : System
file string
Résultat System

ParseFile() public méthode

public ParseFile ( ) : IEnumerable
Résultat IEnumerable

ParseHex() public static méthode

public static ParseHex ( string hex ) : byte[]
hex string
Résultat byte[]