Method AddOffCorrectMap
AddOffCorrectMap(Int32, Int32)
Adds an offset correction mapping at the given output stream offset.
Assumption: the offset given with each successive call to this method will not be smaller than the offset given at the previous invocation.
Declaration
protected virtual void AddOffCorrectMap(int off, int cumulativeDiff)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | off | The output stream offset at which to apply the correction |
System.Int32 | cumulativeDiff | The input offset is given by adding this to the output offset |