C# Class NVaporWare.Firmware

Inheritance: IDisposable
显示文件 Open project: bitterskittles/NVaporWare

Public Methods

Method Description
Dispose ( ) : void
Firmware ( Stream stream ) : System
Firmware ( Stream stream, bool leaveOpen ) : System
UpdateHeader ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Firmware ( byte key ) : System
InitializeHeaderKey ( ) : byte[]
ObjectInvariant ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Firmware() public method

public Firmware ( Stream stream ) : System
stream Stream
return System

Firmware() public method

public Firmware ( Stream stream, bool leaveOpen ) : System
stream Stream
leaveOpen bool
return System

UpdateHeader() public method

public UpdateHeader ( ) : void
return void