C# Class SilinoronParser.Loading.Loaders.IzidorLoader

Inheritance: Loader
Show file Open project: silinoron/SilinoronParser

Public Methods

Method Description
IzidorLoader ( string file ) : System
ParseFile ( ) : IEnumerable
ParseHex ( string hex ) : byte[]

Private Methods

Method Description
ParseNybble ( char c ) : int

Method Details

IzidorLoader() public method

public IzidorLoader ( string file ) : System
file string
return System

ParseFile() public method

public ParseFile ( ) : IEnumerable
return IEnumerable

ParseHex() public static method

public static ParseHex ( string hex ) : byte[]
hex string
return byte[]