C# Class Dicom.Codec.DcmRleCodec.RLEEncoder

显示文件 Open project: fo-dicom/mdcm

Public Methods

Method Description
Encode ( byte b ) : void
Flush ( ) : void
GetBuffer ( ) : byte[]
MakeEvenLength ( ) : void
NextSegment ( ) : void
RLEEncoder ( ) : System

Private Methods

Method Description
MoveBuffer ( int count ) : void
WriteHeader ( ) : void

Method Details

Encode() public method

public Encode ( byte b ) : void
b byte
return void

Flush() public method

public Flush ( ) : void
return void

GetBuffer() public method

public GetBuffer ( ) : byte[]
return byte[]

MakeEvenLength() public method

public MakeEvenLength ( ) : void
return void

NextSegment() public method

public NextSegment ( ) : void
return void

RLEEncoder() public method

public RLEEncoder ( ) : System
return System