AnyCAD Rapid API 2024
Help you to create a better world!
载入中...
搜索中...
未找到
Uint8Buffer类 参考
类 Uint8Buffer 继承关系图:
Uint8TypedBuffer ArrayBuffer AObject

Public 成员函数

ClassId GetClassId ()
 
 Uint8Buffer (long itemCount)
 
 Uint8Buffer (Uint8List data)
 
Uint8Buffer Clone ()
 
EnumDataType GetDataType ()
 
- Public 成员函数 继承自 Uint8TypedBuffer
Uint8List GetData ()
 
void Reserve (long count)
 
void Set (long idx, short val)
 
short Get (long idx)
 
short GetItem (long idx)
 
void Append (short val)
 
void AppendItem1 (short val)
 
void Append (short a, short b)
 
void AppendItem2 (short a, short b)
 
void Append (short a, short b, short c)
 
void AppendItem3 (short a, short b, short c)
 
void Append (short a, short b, short c, short d)
 
void AppendItem4 (short a, short b, short c, short d)
 
long GetBufferSize ()
 
long GetItemCount ()
 
- Public 成员函数 继承自 ArrayBuffer
boolean Save (String fleName)
 
- Public 成员函数 继承自 AObject
boolean IsEqual (AObject other)
 

静态 Public 成员函数

static ClassId GetStaticClassId ()
 
static Uint8Buffer Cast (AObject obj)
 
static Uint8Buffer Create (Uint8List list)
 
static Uint8Buffer CreateByArray (Uint8List list)
 
static Uint8Buffer Create (long count)
 

详细描述

<> 内容为Uint8的内存空间

成员函数说明

◆ Cast()

static Uint8Buffer Uint8Buffer.Cast ( AObject obj)
static

重载 ArrayBuffer .

◆ Create() [1/2]

static Uint8Buffer Uint8Buffer.Create ( long count)
static

创建一个空的内存空间

参数
count内存空间大小
返回
内存空间

◆ Create() [2/2]

static Uint8Buffer Uint8Buffer.Create ( Uint8List list)
static

基于数组创建一个内存空间

参数
list数组
返回
内存空间

◆ GetClassId()

ClassId Uint8Buffer.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 ArrayBuffer .

◆ GetDataType()

EnumDataType Uint8Buffer.GetDataType ( )

获取数据类型.

返回
the type.

重载 ArrayBuffer .

◆ GetStaticClassId()

static ClassId Uint8Buffer.GetStaticClassId ( )
static

获取类信息

返回

重载 ArrayBuffer .