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
Implements
อนุญาโตตุลาการ
TypedArray
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
หมายเลข
Properties
นี่[int]
รับหรือตั้งค่า System.Byte ที่ index ที่ระบุ
public override byte this[int index] { get; set; }