Class BlockWithOffset

BlockWithOffset class

This class is a block of bytes with a specific offset in the byte array.

public class BlockWithOffset

Constructors

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

Methods

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

Fields

Name Description
Block Byte block
Offset Byte block reduction information

See Also