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() The default constructor.
RepeatingBlockWithOffset(byte[], int, int, int)

Methods

Name Description
GetBlock()
override GetLength()
GetOffset()
override RestoreBytes(byte[])

Fields

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

See Also