AnyCAD Rapid API 2023
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)
 
void Append (short val)
 
void Append (short a, short b)
 
void Append (short a, short b, short c)
 
void Append (short a, short b, short c, short d)
 
long GetBufferSize ()
 
long GetItemCount ()
 
- Public 成员函数 继承自 ArrayBuffer
ClassId GetClassId ()
 
long GetBufferSize ()
 
long GetItemCount ()
 
EnumDataType GetDataType ()
 
boolean Save (String fleName)
 
- Public 成员函数 继承自 AObject
ClassId GetClassId ()
 
boolean IsEqual (AObject other)
 

静态 Public 成员函数

static ClassId GetStaticClassId ()
 
static Uint8Buffer Cast (AObject obj)
 
static ClassId GetStaticClassId ()
 
static ArrayBuffer Cast (AObject obj)
 
static ClassId GetStaticClassId ()
 

详细描述

<> 内容为Uint8的内存空间

成员函数说明

◆ Cast()

static Uint8Buffer Uint8Buffer.Cast ( AObject  obj)
static

重载 ArrayBuffer .

◆ GetClassId()

ClassId Uint8Buffer.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 ArrayBuffer .

◆ GetDataType()

EnumDataType Uint8Buffer.GetDataType ( )

获取数据类型.

返回
the type.

重载 ArrayBuffer .

◆ GetStaticClassId()

static ClassId Uint8Buffer.GetStaticClassId ( )
static

获取类信息

返回

重载 ArrayBuffer .