A simple wrapper object around a byte array that allows a sub-range to be specified using its offset and length properties.
More...
A simple wrapper object around a byte array that allows a sub-range to be specified using its offset and length properties.
◆ ByteSequence() [1/2]
AMPS.Client.BlockPublishStore.ByteSequence.ByteSequence |
( |
| ) |
|
|
inline |
This constructor initializes a 'ByteSequence' with null array and zero offset and length
◆ ByteSequence() [2/2]
AMPS.Client.BlockPublishStore.ByteSequence.ByteSequence |
( |
byte[] |
array, |
|
|
long |
offset, |
|
|
long |
len |
|
) |
| |
|
inline |
Initializes a new instance of the ByteSequence class with specified array, offset, and length values.
- Parameters
-
array | The byte array. |
offset | The offset within the byte array. |
len | The length of the byte sequence. |
The documentation for this class was generated from the following file:
- AMPS.Client/BlockPublishStore.cs