AMPS C# Client  5.3.5.0
AMPS C# Client for .NET
AMPS.Client.BlockPublishStore.ByteSequence Class Reference

A simple wrapper object around a byte array that allows a sub-range to be specified using its offset and length properties. More...

Public Member Functions

 ByteSequence ()
 This constructor initializes a 'ByteSequence' with null array and zero offset and length More...
 
 ByteSequence (byte[] array, long offset, long len)
 Initializes a new instance of the ByteSequence class with specified array, offset, and length values. More...
 

Public Attributes

byte[] array
 
long offset
 

Detailed Description

A simple wrapper object around a byte array that allows a sub-range to be specified using its offset and length properties.

Constructor & Destructor Documentation

◆ 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
arrayThe byte array.
offsetThe offset within the byte array.
lenThe length of the byte sequence.

The documentation for this class was generated from the following file: