C# Class Hpdi.VssPhysicalLib.DeltaSimulator

Simulates stream-like traversal over a set of revision delta operations.
Inheritance: IDisposable
Mostrar archivo Open project: abevoelker/vss2git Class Usage Examples

Public Methods

Method Description
DeltaSimulator ( IEnumerable operations ) : System
Dispose ( ) : void
Read ( int length, FromLogCallback fromLog, FromSuccessorCallback fromSuccessor ) : void
Seek ( int offset ) : void

Private Methods

Method Description
Reset ( ) : void

Method Details

DeltaSimulator() public method

public DeltaSimulator ( IEnumerable operations ) : System
operations IEnumerable
return System

Dispose() public method

public Dispose ( ) : void
return void

Read() public method

public Read ( int length, FromLogCallback fromLog, FromSuccessorCallback fromSuccessor ) : void
length int
fromLog FromLogCallback
fromSuccessor FromSuccessorCallback
return void

Seek() public method

public Seek ( int offset ) : void
offset int
return void