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

Methods

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

Fields

Name Description
Block Byte block
Offset Byte block reduction information

See Also