Class Uint8Array
名称: Aspose.Html セットアップ: Aspose.HTML.dll (25.4.0)
二重補足の8ビット未署名インテガーの範囲を表しています。
[DOMObject]
[DOMName("Uint8Array")]
[ComVisible(true)]
public class Uint8Array : TypedArray<byte>, INotifyPropertyChanged
Inheritance
object
←
DOMObject
←
TypedArray
←
TypedArray
Implements
相続人
TypedArray
Constructors
Uint8Array(インタ)
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(アーレイバッファー)
Aspose.Html.Uint8Array クラスの新しい例を開始します。
public Uint8Array(ArrayBuffer buffer, int byteOffset)
Parameters
buffer
ArrayBuffer
データバッファー
byteOffset
int
バイトが割り当てる。
Uint8Array(アーレイバッファー、 int、 int)
Aspose.Html.Uint8Array クラスの新しい例を開始します。
public Uint8Array(ArrayBuffer buffer, int byteOffset, int length)
Parameters
buffer
ArrayBuffer
データバッファー
byteOffset
int
バイトが割り当てる。
length
int
長さです。
Fields
BYTES_PER_ELEMENT
財産は、印刷順の各要素のバイトサイズを表します。
[DOMName("BYTES_PER_ELEMENT")]
public static readonly byte BYTES_PER_ELEMENT
フィールド価値
Properties
この[インタ]
指定インデックスに System.Byte を入力または設定します。
public override byte this[int index] { get; set; }