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

Public 成员函数

ClassId GetClassId ()
 
 Int32Buffer (long itemCount)
 
 Int32Buffer (Int32List data)
 
Int32Buffer Clone ()
 
EnumDataType GetDataType ()
 
- Public 成员函数 继承自 Int32TypedBuffer
Int32List GetData ()
 
void Reserve (long count)
 
void Set (long idx, int val)
 
int Get (long idx)
 
void Append (int val)
 
void Append (int a, int b)
 
void Append (int a, int b, int c)
 
void Append (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 Int32Buffer Cast (AObject obj)
 

详细描述

<> 内容为Int32的内存空间

成员函数说明

◆ Cast()

static Int32Buffer Int32Buffer.Cast ( AObject obj)
static

重载 ArrayBuffer .

◆ GetClassId()

ClassId Int32Buffer.GetClassId ( )

获取对象的类型信息

返回
类信息

重载 ArrayBuffer .

◆ GetDataType()

EnumDataType Int32Buffer.GetDataType ( )

获取数据类型.

返回
the type.

重载 ArrayBuffer .

◆ GetStaticClassId()

static ClassId Int32Buffer.GetStaticClassId ( )
static

获取类信息

返回

重载 ArrayBuffer .