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

Public 成员函数

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

静态 Public 成员函数

static ClassId GetStaticClassId ()
 
static Uint16Buffer Cast (AObject obj)
 
static Uint16Buffer Create (Uint16List data)
 
static Uint16Buffer CreateByArray (Uint16List data)
 
static Uint16Buffer Create (long count)
 

详细描述

<> 内容为Uint16的内存空间

成员函数说明

◆ Cast()

static Uint16Buffer Uint16Buffer.Cast ( AObject obj)
static

重载 ArrayBuffer .

◆ Create() [1/2]

static Uint16Buffer Uint16Buffer.Create ( long count)
static

创建一个内存空间

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

◆ Create() [2/2]

static Uint16Buffer Uint16Buffer.Create ( Uint16List data)
static

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

参数
data数据
返回
内存空间

◆ GetClassId()

ClassId Uint16Buffer.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 ArrayBuffer .

◆ GetDataType()

EnumDataType Uint16Buffer.GetDataType ( )

获取数据类型.

返回
the type.

重载 ArrayBuffer .

◆ GetStaticClassId()

static ClassId Uint16Buffer.GetStaticClassId ( )
static

获取类信息

返回

重载 ArrayBuffer .