C# Class Hpdi.VssPhysicalLib.DeltaOperation

Represents a single delta operation for a file revision.
Mostra file Open project: abevoelker/vss2git Class Usage Examples

Public Methods

Method Description
Dump ( TextWriter writer ) : void
Read ( BufferReader reader ) : void
WriteLog ( byte data, int offset, int length ) : DeltaOperation
WriteSuccessor ( int offset, int length ) : DeltaOperation

Method Details

Dump() public method

public Dump ( TextWriter writer ) : void
writer System.IO.TextWriter
return void

Read() public method

public Read ( BufferReader reader ) : void
reader BufferReader
return void

WriteLog() public static method

public static WriteLog ( byte data, int offset, int length ) : DeltaOperation
data byte
offset int
length int
return DeltaOperation

WriteSuccessor() public static method

public static WriteSuccessor ( int offset, int length ) : DeltaOperation
offset int
length int
return DeltaOperation