Class RepeatingBlockWithOffset

RepeatingBlockWithOffset class

the representation of a repeating block of data with a certain offset in the byte array.

public class RepeatingBlockWithOffset : BlockWithOffset

Constructors

Name Description
RepeatingBlockWithOffset() Creates default instance of the RepeatingBlockWithOffset
RepeatingBlockWithOffset(byte[], int, int, int) Creates instance of the RepeatingBlockWithOffset with predefined values

Methods

Name Description
override GetLength() Returns size of block
override RestoreBytes(byte[]) Copies block bytes to given array.

Fields

Name Description
Block Byte block
Offset Byte block reduction information
_repeatingCount Number of repetitions of the data block

See Also