C# Class Hpdi.VssPhysicalLib.DeltaSimulator

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

Méthodes publiques

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

Private Methods

Méthode Description
Reset ( ) : void

Method Details

DeltaSimulator() public méthode

public DeltaSimulator ( IEnumerable operations ) : System
operations IEnumerable
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Read() public méthode

public Read ( int length, FromLogCallback fromLog, FromSuccessorCallback fromSuccessor ) : void
length int
fromLog FromLogCallback
fromSuccessor FromSuccessorCallback
Résultat void

Seek() public méthode

public Seek ( int offset ) : void
offset int
Résultat void