C# Class natix.CompactDS.DiffSetRL

Inheritance: DiffSet
Exibir arquivo Open project: sadit/natix

Public Methods

Method Description
Add ( int current, int prev ) : void
Commit ( ) : void
DiffSetRL ( ) : System
DiffSetRL ( short B ) : System
Save ( BinaryWriter bw ) : void

Protected Methods

Method Description
ReadNext ( BitStreamCtx ctx ) : int
ResetReader ( ) : void
WriteNewDiff ( int u ) : void

Method Details

Add() public method

public Add ( int current, int prev ) : void
current int
prev int
return void

Commit() public method

public Commit ( ) : void
return void

DiffSetRL() public method

public DiffSetRL ( ) : System
return System

DiffSetRL() public method

public DiffSetRL ( short B ) : System
B short
return System

ReadNext() protected method

protected ReadNext ( BitStreamCtx ctx ) : int
ctx BitStreamCtx
return int

ResetReader() protected method

protected ResetReader ( ) : void
return void

Save() public method

public Save ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
return void

WriteNewDiff() protected method

protected WriteNewDiff ( int u ) : void
u int
return void