C# 클래스 OGE.MeasurementStream.MeasurementStreamFileReading.BitStreamReader

상속: BitStream
파일 보기 프로젝트 열기: GridProtectionAlliance/gsf

공개 메소드들

메소드 설명
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

메소드 상세

BitStreamReader() 공개 메소드

public BitStreamReader ( MeasurementStreamFileReading parent ) : System
parent MeasurementStreamFileReading
리턴 System

Clear() 공개 메소드

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

ReadBit() 공개 메소드

public ReadBit ( ) : int
리턴 int

ReadBits4() 공개 메소드

public ReadBits4 ( ) : int
리턴 int

ReadBits6() 공개 메소드

public ReadBits6 ( ) : int
리턴 int

WriteCode() 공개 메소드

public WriteCode ( int code ) : void
code int
리턴 void

WriteCode4() 공개 메소드

public WriteCode4 ( int code, int value ) : void
code int
value int
리턴 void