C# Class OGE.MeasurementStream.MeasurementStreamFileReading.BitStreamReader

Inheritance: BitStream
Mostrar archivo Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
BitStreamReader ( MeasurementStreamFileReading parent ) : System
Clear ( ) : void

Resets the stream so it can be reused. All measurements must be registered again.

ReadBit ( ) : int
ReadBits4 ( ) : int
ReadBits6 ( ) : int
WriteCode ( int code ) : void
WriteCode4 ( int code, int value ) : void

Method Details

BitStreamReader() public method

public BitStreamReader ( MeasurementStreamFileReading parent ) : System
parent MeasurementStreamFileReading
return System

Clear() public method

Resets the stream so it can be reused. All measurements must be registered again.
public Clear ( ) : void
return void

ReadBit() public method

public ReadBit ( ) : int
return int

ReadBits4() public method

public ReadBits4 ( ) : int
return int

ReadBits6() public method

public ReadBits6 ( ) : int
return int

WriteCode() public method

public WriteCode ( int code ) : void
code int
return void

WriteCode4() public method

public WriteCode4 ( int code, int value ) : void
code int
value int
return void