Class Uint8Array
Pôvodný názov: Aspose.Html Zhromaždenie: Aspose.HTML.dll (25.4.0)
Predstavuje rad dvojstupňových 8-bitových neoznačených integerov.
[DOMObject]
[DOMName("Uint8Array")]
[ComVisible(true)]
public class Uint8Array : TypedArray<byte>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
Z dedičných členov
TypedArray
Constructors
Uint8Array(int)
Iniciuje novú inštanciu triedy Aspose.Html.Uint8Array.
public Uint8Array(int length)
Parameters
length
int
dĺžku (počet prvkov)
Uint8Array(byte[])
Iniciuje novú inštanciu triedy Aspose.Html.Uint8Array.
public Uint8Array(byte[] data)
Parameters
data
byte
[]
Údaje o aréne.
Uint8Array(ArrayBuffer)
Iniciuje novú inštanciu triedy Aspose.Html.Uint8Array.
public Uint8Array(ArrayBuffer buffer)
Parameters
buffer
ArrayBuffer
Údaje sú buffer.
Uint8Array(Zľavy, int)
Iniciuje novú inštanciu triedy Aspose.Html.Uint8Array.
public Uint8Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
Údaje sú buffer.
byteOffset
int
Byte sa oplatí.
Uint8Array(Zariadenie, int, int)
Iniciuje novú inštanciu triedy Aspose.Html.Uint8Array.
public Uint8Array(ArrayBuffer buffer, int byteOffset, int length)
Parameters
buffer
ArrayBuffer
Údaje sú buffer.
byteOffset
int
Byte sa oplatí.
length
int
v dĺžke .
Fields
BYTES_PER_ELEMENT
Majstrovstvá predstavujú veľkosť v bytoch každého prvku v typovanom poradí.
[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT
Fieldová hodnota
Properties
Toto[int]
Získať alebo nastaviť System.Byte na špecifikovanom indexe.
public override byte this[int index] { get; set; }