Class Uint8Array

Class Uint8Array

Nome do espaço: Aspose.Html Assembleia: Aspose.HTML.dll (25.4.0)

Representa uma série de integradores não assinados de 8 bits de duplo complemento.

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

Inheritance

object DOMObject TypedArray TypedArray Uint8Array

Implements

INotifyPropertyChanged

Membros herdados

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)

Inicia uma nova instância da classe Aspose.Html.Uint8Array.

public Uint8Array(int length)

Parameters

length int

O número de elementos (o número de elementos)

Uint8Array(em byte[])

Inicia uma nova instância da classe Aspose.Html.Uint8Array.

public Uint8Array(byte[] data)

Parameters

data byte [ ]

Os dados do array.

Uint8Array(ArrayBuffer)

Inicia uma nova instância da classe Aspose.Html.Uint8Array.

public Uint8Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

O buffer de dados.

Uint8Array(ArrayBuffer, Int)

Inicia uma nova instância da classe Aspose.Html.Uint8Array.

public Uint8Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

O buffer de dados.

byteOffset int

O byte é reembolsado.

Uint8Array(ArrayBuffer, int, int)

Inicia uma nova instância da classe Aspose.Html.Uint8Array.

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

Parameters

buffer ArrayBuffer

O buffer de dados.

byteOffset int

O byte é reembolsado.

length int

O comprimento .

Fields

BYTES_PER_ELEMENT

A propriedade representa o tamanho em bytes de cada elemento em uma ordem tipificada.

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

Valor de campo

byte

Properties

Esta[Int]

Recebe ou coloca o System.Byte no índice especificado.

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

Valor da propriedade

byte

 Português