Class Uint8Array

Class Uint8Array

Le nom : Aspose.Html Assemblaggio: Aspose.HTML.dll (25.4.0)

Il représente une gamme de deux compléments 8 bits non signés.

[DOMObject]
[DOMName("Uint8Array")]
[ComVisible(true)]
public class Uint8Array : TypedArray<byte>, INotifyPropertyChanged

Inheritance

object DOMObject TypedArray TypedArray Uint8Array

Implements

INotifyPropertyChanged

I membri ereditari

TypedArray.this[int] , TypedArray.Buffer , TypedArray.ByteLength , TypedArray.ByteOffset , TypedArray.Length , DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

Uint8Array(int)

Initialisez une nouvelle instance de la classe Aspose.Html.Uint8Array.

public Uint8Array(int length)

Parameters

length int

La longueur (numéro d’éléments)

Uint8Array(Le byte[])

Initialisez une nouvelle instance de la classe Aspose.Html.Uint8Array.

public Uint8Array(byte[] data)

Parameters

data byte [ ]

Les données d’array.

Uint8Array(ArrayBuffer)

Initialisez une nouvelle instance de la classe Aspose.Html.Uint8Array.

public Uint8Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

Le buffer de données.

Uint8Array(ArrayBuffer, int)

Initialisez une nouvelle instance de la classe Aspose.Html.Uint8Array.

public Uint8Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

Le buffer de données.

byteOffset int

Le byte est offert.

Uint8Array(Méditerranée int, int)

Initialisez une nouvelle instance de la classe Aspose.Html.Uint8Array.

public Uint8Array(ArrayBuffer buffer, int byteOffset, int length)

Parameters

buffer ArrayBuffer

Le buffer de données.

byteOffset int

Le byte est offert.

length int

La lunghezza .

Fields

BYTES_PER_ELEMENT

La propriété représente la taille en bytes de chaque élément dans un arrêt imprimé.

[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT

Valore di campo

byte

Properties

Ceci[int]

Riceve o impone il System.Byte all’indice specificato.

public override byte this[int index] { get; set; }

Valore di proprietà

byte

 Français