Class Uint8Array
Nazwa przestrzeń: Aspose.Html Zestaw: Aspose.HTML.dll (25.4.0)
Przedstawia szereg dwukrotnie uzupełnionych 8-bitowych niepodanych integerów.
[DOMObject]
[DOMName("Uint8Array")]
[ComVisible(true)]
public class Uint8Array : TypedArray<byte>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Dziedziczeni członkowie
TypedArray
Constructors
Uint8Array(Int)
Inicjalizuje nowy przykład klasy Aspose.Html.Uint8Array.
public Uint8Array(int length)
Parameters
length
int
Długość (liczba elementów)
Uint8Array(byte[])
Inicjalizuje nowy przykład klasy Aspose.Html.Uint8Array.
public Uint8Array(byte[] data)
Parameters
data
byte
[ ]
Dane z array.
Uint8Array(ArrayBuffer)
Inicjalizuje nowy przykład klasy Aspose.Html.Uint8Array.
public Uint8Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
Dane z buforem.
Uint8Array(ArrayBuffer , int)
Inicjalizuje nowy przykład klasy Aspose.Html.Uint8Array.
public Uint8Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
Dane z buforem.
byteOffset
int
Byta jest zwrotna.
Uint8Array(ArrayBuffer, int, int)
Inicjalizuje nowy przykład klasy Aspose.Html.Uint8Array.
public Uint8Array(ArrayBuffer buffer, int byteOffset, int length)
Parameters
buffer
ArrayBuffer
Dane z buforem.
byteOffset
int
Byta jest zwrotna.
length
int
i długości .
Fields
BYTES_PER_ELEMENT
Właściwość reprezentuje rozmiar w bajtach każdego elementu w typowanej kolejce.
[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT
Wartość pola
Properties
Tego[Int]
Otrzymuje lub ustawia System.Byte na określonym indeksie.
public override byte this[int index] { get; set; }