Class Uint8Array

Class Uint8Array

ชื่อพื้นที่: Aspose.Html การประกอบ: Aspose.HTML.dll (25.4.0)

แสดงให้เห็นถึงชุดของคู่สมบูรณ์แบบ 8 บิต integers ที่ไม่มีสัญลักษณ์

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

Inheritance

object DOMObject TypedArray TypedArray Uint8Array

Implements

INotifyPropertyChanged

อนุญาโตตุลาการ

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)

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Uint8Array

public Uint8Array(int length)

Parameters

length int

ความยาว (จํานวนองค์ประกอบ)

Uint8Array(บิต[])

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Uint8Array

public Uint8Array(byte[] data)

Parameters

data byte [ ]

ข้อมูลอัตโนมัติ

Uint8Array(ArrayBuffer)

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Uint8Array

public Uint8Array(ArrayBuffer buffer)

Parameters

buffer ArrayBuffer

บูฟเฟอร์ข้อมูล

Uint8Array(ArrayBuffer, int)

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Uint8Array

public Uint8Array(ArrayBuffer buffer, int byteOffset)

Parameters

buffer ArrayBuffer

บูฟเฟอร์ข้อมูล

byteOffset int

หมายเลขรุ่น: The byte offset

Uint8Array(ArrayBuffer, int, int)

เริ่มต้นตัวอย่างใหม่ของคลาส Aspose.Html.Uint8Array

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

Parameters

buffer ArrayBuffer

บูฟเฟอร์ข้อมูล

byteOffset int

หมายเลขรุ่น: The byte offset

length int

ความยาว

Fields

BYTES_PER_ELEMENT

คุณสมบัติแสดงให้เห็นถึงขนาดในไบต์ของแต่ละองค์ประกอบในแถวที่พิมพ์

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

หมายเลข

byte

Properties

นี่[int]

รับหรือตั้งค่า System.Byte ที่ index ที่ระบุ

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

คุณสมบัติมูลค่า

byte

 แบบไทย