C# Class LokiProgrammer.FirmwareReader

Inheritance: IDisposable
显示文件 Open project: arachnidlabs/loki Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
FirmwareReader ( Stream inStream ) : System
ReadRow ( ) : Row

Private Methods

Method Description
DecodeHex ( String line ) : byte[]
ReadHeader ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

FirmwareReader() public method

public FirmwareReader ( Stream inStream ) : System
inStream Stream
return System

ReadRow() public method

public ReadRow ( ) : Row
return Row