xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
静态 Public 成员函数 | 静态包属性
_system_类 参考

系统和IO相关 更多...

静态 Public 成员函数

静态包属性

详细描述

系统和IO相关

在文件 BuiltinObjects.x164 行定义.

成员函数说明

◆ arrayCopy() [1/2]

static final void arrayCopy ( Object  ,
long  ,
  Object,
long  ,
long   
) throws IndexOutOfBoundsException, ArrayStoreException, IllegalArgumentException
static

◆ arrayCopy() [2/2]

static void arrayCopy ( Object []  src,
long  srcpos,
Object []  dst,
long  dstpos,
long  length 
)
static

复制数组对象内容,要求类型匹配

参数
src源对象
srcpos源对象起始位置
dst目标对象
srcpos目标对象起始位置
length复制长度
异常
IndexOutOfBoundsException数组下标越界
ArrayStoreException:类型不匹配

◆ arrayFill()

static final void arrayFill ( Object  ,
  Object,
long  ,
long   
) throws IndexOutOfBoundsException, ArrayStoreException, IllegalArgumentException
static

◆ chbaudrate()

static final int chbaudrate ( long  ,
int   
)
static

◆ chbufsize()

static final int chbufsize ( long  ,
int   
)
static

◆ chdir() [1/2]

static bool chdir ( String  path)
static

改变当前路径

◆ chdir() [2/2]

static final bool chdir ( String  )
static

◆ chmod() [1/2]

static bool chmod ( String  path,
int  mode 
)
static

改变文件权限

◆ chmod() [2/2]

static final bool chmod ( String  ,
int   
) throws IllegalArgumentException
static

◆ chparity()

static final int chparity ( long  ,
int   
)
static

◆ chstopbit()

static final int chstopbit ( long  ,
int   
)
static

◆ close()

static final bool close ( long  )
static

◆ closeFile()

static bool closeFile ( long  handle)
static

关闭一个已打开的文件

参数
handle一个由openFile打开的文件句柄对象
参见
openFile
返回
成功或者失败

◆ closePipe() [1/2]

static bool closePipe ( long  pipe)
static

关闭管道

参数
pipe填入createPipe返回的句柄

◆ closePipe() [2/2]

static final bool closePipe ( long  )
static

◆ consoleRead() [1/2]

static long consoleRead ( byte []  buffer,
long  offset,
long  length 
)
static

从控制台环境中读取数据

参数
buffer数据缓冲区
offset指针在数据缓冲区中的位置
length待读取的长度
异常
IndexOutOfBoundsException数组下标越界
返回
成功读取的长度

◆ consoleRead() [2/2]

static final long consoleRead ( byte  [],
long  ,
long   
) throws IndexOutOfBoundsException
static

◆ consoleReadMask() [1/2]

static long consoleReadMask ( byte []  buffer,
long  offset,
long  length,
char  cMask 
)
static

从控制台环境中读取数据并设置掩码

参数
buffer数据缓冲区
offset指针在数据缓冲区中的位置
length待读取的长度
cMask掩码
异常
IndexOutOfBoundsException数组下标越界
NullPointerException空指针
返回
成功读取的长度

◆ consoleReadMask() [2/2]

static final long consoleReadMask ( byte  [],
long  ,
long  ,
char   
) throws IndexOutOfBoundsException, NullPointerException
static

◆ consoleWrite() [1/2]

static long consoleWrite ( String  text)
static

向控制台环境中写入文本

参数
text要写入的字符串
返回
成功写入的长度

◆ consoleWrite() [2/2]

static final long consoleWrite ( String  )
static

◆ consoleWriteError() [1/2]

static long consoleWriteError ( String  text)
static

向控制台STDERR流中写入文本

参数
text要写入的字符串
返回
成功写入的长度

◆ consoleWriteError() [2/2]

static final long consoleWriteError ( String  )
static

◆ createConsole() [1/2]

static final void createConsole ( )
static

◆ createConsole() [2/2]

static void createConsole ( )
static

创建控制台环境

◆ createPipe() [1/2]

static long createPipe ( String  name,
bool  forOpen 
)
static

创建一个管道

返回
管道句柄

◆ createPipe() [2/2]

static final long createPipe ( String  ,
bool   
)
static

◆ currentTimeMillis() [1/2]

static final long currentTimeMillis ( )
static

◆ currentTimeMillis() [2/2]

static long currentTimeMillis ( )
static

获取当前毫秒数

◆ deleteFile() [1/2]

static bool deleteFile ( String  filepath)
static

删除一个本地文件

参数
filepath(本地)文件路径
返回
成功或者失败

◆ deleteFile() [2/2]

static final bool deleteFile ( String  )
static

◆ disableIncrementalGC() [1/2]

static bool disableIncrementalGC ( bool  disable)
static

禁用增量GC[注意此功能暂未开放]

参数
disable是否禁用
返回
成功/失败

◆ disableIncrementalGC() [2/2]

static final bool disableIncrementalGC ( bool  )
static

◆ exit() [1/2]

static void exit ( )
static

程序退出

◆ exit() [2/2]

static final void exit ( int  )
static

◆ fileExists() [1/2]

static bool fileExists ( String  filepath)
static

测试一个本地文件是否存在

参数
filepath(本地)文件路径
返回
存在或者不存在

◆ fileExists() [2/2]

static final bool fileExists ( String  )
static

◆ fileLength()

static long fileLength ( long  handle)
static

获取一个已打开的文件的长度

参数
handle一个由openFile打开的文件句柄对象
参见
openFile
返回
文件长度

◆ gc() [1/2]

static final void gc ( )
static

◆ gc() [2/2]

static void gc ( )
static

手动垃圾回收,一般不建议使用

◆ getAllModules() [1/2]

static final int [] getAllModules ( ) throws IllegalArgumentException
static

◆ getAllModules() [2/2]

static int [] getAllModules ( )
static

获取所有已加载的slx动态库的id

返回
id [] slx动态库id

◆ getAppDirector()

static String getAppDirector ( )
static

获取程序所在文件夹

◆ getAppDirectory()

static final String getAppDirectory ( )
static

◆ getApplicationLanguage()

static final int getApplicationLanguage ( )
static

◆ getAppPath() [1/2]

static final String getAppPath ( )
static

◆ getAppPath() [2/2]

static String getAppPath ( )
static

获取程序的路径

◆ getAppTimestamp() [1/2]

static final long getAppTimestamp ( )
static

◆ getAppTimestamp() [2/2]

static long getAppTimestamp ( )
static

获取App组建时间 毫秒数

◆ getAppVersion() [1/2]

static final long getAppVersion ( )
static

◆ getAppVersion() [2/2]

static long getAppVersion ( )
static

获取App版本, 该版本由.version文件定义, 返回值为一个64位的long, 每两个字节为一个版本的值

◆ getArchId() [1/2]

static final int getArchId ( )
static

◆ getArchId() [2/2]

static int getArchId ( )
static

获取平台架构 1 X86 2 X86_64 3 ARM 4 ARM64 5 MIPS 6 MIPS64 7 UNKNOW

◆ getchar() [1/2]

static final int getchar ( )
static

◆ getchar() [2/2]

static int getchar ( )
static

从控制台获取一个输入字符

返回

◆ getDefaultEncoding() [1/2]

static final String getDefaultEncoding ( )
static

◆ getDefaultEncoding() [2/2]

static String getDefaultEncoding ( )
static

获取操作系统默认字符集

返回
字符集名称

◆ getEnvironmentVariable() [1/2]

static String getEnvironmentVariable ( String  name)
static

获取环境变量

参数
name名称
返回

◆ getEnvironmentVariable() [2/2]

static final String getEnvironmentVariable ( String  )
static

◆ getFileMode() [1/2]

static int getFileMode ( String  filepath)
static

获取文件属性

返回
异常
NullPointerException空指针
参见
S_IFMT ...

◆ getFileMode() [2/2]

static final int getFileMode ( String  ) throws IllegalArgumentException
static

◆ getFileSize() [1/2]

static long getFileSize ( String  filepath)
static

获取一个文件的长度

参数
filepath(本地)文件路径
返回
文件长度

◆ getFileSize() [2/2]

static final long getFileSize ( String  ) throws IllegalArgumentException
static

◆ getHostName() [1/2]

static final String getHostName ( )
static

◆ getHostName() [2/2]

static String getHostName ( )
static

获取本机名称

◆ getLanguage()

static final String getLanguage ( int  )
static

◆ getLanguageCode()

static final String getLanguageCode ( int  )
static

◆ getLanguageId()

static final int getLanguageId ( String  )
static

◆ getLength()

static final long getLength ( long  ) throws IllegalArgumentException
static

被这些函数引用 FileInputStream.length().

◆ getModuleId() [1/2]

static int getModuleId ( String  path)
static

获取已加载的slx动态库的id

参数
path文件路径
返回
id slx动态库id

◆ getModuleId() [2/2]

static final int getModuleId ( String  )
static

◆ getModulePath() [1/2]

static String getModulePath ( int  id)
static

获取slx动态库的路径

参数
idslx动态库id

◆ getModulePath() [2/2]

static final String getModulePath ( int  )
static

◆ getOSBit() [1/2]

static final int getOSBit ( )
static

被这些函数引用 OSProcess.OSProcess().

◆ getOSBit() [2/2]

static int getOSBit ( )
static

获取操作系统位数

返回
32 / 64

◆ getPlatformId() [1/2]

static final int getPlatformId ( )
static

◆ getPlatformId() [2/2]

static int getPlatformId ( )
static

获取平台操作系统ID 0 WINDOWS 1 LINUX 2 MAC OSX 3 iPhone 模拟器 4 iPhone 5 unix 6 其他poxis环境

◆ getSeek()

static final long getSeek ( long  )
static

被这些函数引用 FileInputStream.getPosition().

◆ getSubLanguage()

static final String getSubLanguage ( int  )
static

◆ getSystemLanguage()

static final int getSystemLanguage ( )
static

◆ getTimestamp()

static final long getTimestamp ( int  )
static

◆ getVersion()

static final long getVersion ( int  )
static

◆ getWorkDirector() [1/2]

static final String getWorkDirector ( )
static

◆ getWorkDirector() [2/2]

static String getWorkDirector ( )
static

获取程序当前工作目录

◆ installService() [1/2]

static bool installService ( String  apppath,
String  serviceName,
String  displayName,
String  description 
)
static

检查服务是否已安装

参数
apppath可执行文件路径
serviceName服务名称
displayName服务显示名
description描述
返回
是否成功

◆ installService() [2/2]

static final bool installService ( String  ,
  String,
  String,
  String 
)
static

◆ isServiceInstalled() [1/2]

static bool isServiceInstalled ( String  serviceName)
static

检查服务是否已安装

◆ isServiceInstalled() [2/2]

static final bool isServiceInstalled ( String  )
static

◆ listAllLanguage()

static final int [] listAllLanguage ( )
static

◆ listSubLanguage()

static final int [] listSubLanguage ( String  )
static

◆ loadLibrary() [1/2]

static int loadLibrary ( String  path)
static

加载slx动态库

参数
path文件路径
返回
slx动态库ID

◆ loadLibrary() [2/2]

static final int loadLibrary ( String  ) throws IllegalArgumentException
static

◆ log()

static final void log ( String  ,
int  ,
  String,
bool   
)
static

◆ makeArrayObject()

static final bool makeArrayObject ( Object  ,
long  ,
long   
)
static

◆ mkdir() [1/2]

static bool mkdir ( String  path)
static

创建文件夹

◆ mkdir() [2/2]

static final bool mkdir ( String  )
static

◆ open()

static final long open ( String  ,
int   
) throws IllegalArgumentException
static

◆ openFile()

static long openFile ( String  filepath,
String  mode 
)
static

打开文件

参数
filepath(本地)文件路径
mode打开模式字串 r 读 w写 a追加
返回
返回文件句柄对象

◆ openPipe() [1/2]

static bool openPipe ( long  pipe,
bool  forRead 
)
static

打开一个管道

参数
pipe填入createPipe返回的句柄
forRead读方式打开, 反之写方式

◆ openPipe() [2/2]

static final bool openPipe ( long  ,
bool   
) throws IllegalArgumentException
static

◆ output()

static final void output ( String  )
static

◆ read()

static final long read ( long  ,
  byte[],
long  ,
long   
) throws IndexOutOfBoundsException, IllegalArgumentException
static

被这些函数引用 FileInputStream.read() , 以及 FileInputStream.read().

◆ readFile()

static long readFile ( long  handle,
byte []  buffer,
long  offset,
long  length 
)
static

读取文件数据

参数
handle一个由openFile打开的文件句柄对象
参见
openFile
参数
buffer数据缓冲区
offset指针在数据缓冲区中的位置
length待读取的长度
异常
IndexOutOfBoundsException数组下标越界
返回
成功读取的长度

◆ readPipe() [1/2]

static long readPipe ( long  pipe,
byte []  buffer,
long  offset,
long  length 
)
static

从管道中读取数据

参数
buffer数据缓冲区
offset指针在数据缓冲区中的位置
length待读取的长度
异常
IndexOutOfBoundsException数组下标越界
返回
成功读取的长度

◆ readPipe() [2/2]

static final long readPipe ( long  ,
  byte[],
long  ,
long   
) throws IndexOutOfBoundsException, IllegalArgumentException
static

◆ registryCrashHandler() [1/2]

static bool registryCrashHandler ( ICrashHandler  handle)
static

添加一个程序crash的回调接口, 当程序发生异常或者没有catch的Exception时 将调用此接口

参见
ICrashHandler

◆ registryCrashHandler() [2/2]

static final bool registryCrashHandler ( ICrashHandler  )
static

◆ registrySystemSignalHandler() [1/2]

static bool registrySystemSignalHandler ( int  signal,
ISystemSignalHandler  handler,
bool  add 
)
static

添加信号处理回调, 该方法可以添加多个信号处理接口,当有信号时按照添加的顺序进行调用,若前面的接口返回SIGNAL_ABORT 则后添加的接口得不到处理机会

参数
signal信号值,参考以下常量(且仅支持以下信号)
参见
SIGINT
SIGTSTP
SIGCONT
SIGTERM
SIGPWR
参数
handler回调接口
add添加或者删除
返回
系统根据返回值对信号进行默认处理
参见
SIGNAL_UNINTERESTED 不感兴趣, 则由系统按照默认方式处理
SIGNAL_SPREAD 继续传播此信号
SIGNAL_ABORT 终止传播此信号
SIGNAL_DISCARD 丢弃此信号(忽略) @caution 注意 XRVM中的SIGINT默认为屏蔽状态, 安装信号处理接口后,系统的SIGINT信号将被激活, wait sleep等方法将在收到信号时激活,因此当使用SIGINT信号时应当考虑含有wait和sleep等逻辑

◆ registrySystemSignalHandler() [2/2]

static final bool registrySystemSignalHandler ( int  ,
  ISystemSignalHandler,
bool   
) throws IllegalArgumentException
static

◆ rename() [1/2]

static bool rename ( String  oldname,
String  newname 
)
static

重命名文件或者文件夹

◆ rename() [2/2]

static final bool rename ( String  ,
  String 
)
static

◆ rmdir() [1/2]

static bool rmdir ( String  path)
static

删除文件夹

◆ rmdir() [2/2]

static final bool rmdir ( String  )
static

◆ seek()

static final long seek ( long  ,
int  ,
long   
)
static

被这些函数引用 FileInputStream.seek().

◆ serviceRun() [1/2]

static int serviceRun ( )
static

服务主线程循环

返回
1 为成功 0 为不成功

◆ serviceRun() [2/2]

static final int serviceRun ( String  )
static

◆ setApplicationLanguage()

static final void setApplicationLanguage ( int  )
static

◆ setEnvironmentVariable() [1/2]

static bool setEnvironmentVariable ( String  name,
String  value,
bool  append,
bool  atFront 
)
static

设置环境变量

参数
name名称
value变量值
append是否追加在以后的变量后 或者替换
atFront是否追加在前面
返回
成功/失败

◆ setEnvironmentVariable() [2/2]

static final bool setEnvironmentVariable ( String  ,
  String,
bool  ,
bool   
) throws IllegalArgumentException
static

◆ setMinorGCThreshold() [1/2]

static bool setMinorGCThreshold ( double  fThreshold)
static

设置GC阈值

参数
fThreshold阈值
返回
成功

◆ setMinorGCThreshold() [2/2]

static final bool setMinorGCThreshold ( double  )
static

◆ setObjectNonFinalize() [1/2]

static void setObjectNonFinalize ( Object  object)
static

设置对象Finalize开关, 调用此函数以后 对象的finalize将被禁止

参数
Object对象
异常
NullPointerException空指针
返回

◆ setObjectNonFinalize() [2/2]

static final void setObjectNonFinalize ( Object  )
static

◆ setupLogSource() [1/2]

static bool setupLogSource ( String  eventName)
static

设置日志事件源 windows下有效

◆ setupLogSource() [2/2]

static final bool setupLogSource ( String  )
static

◆ sleep() [1/2]

static void sleep ( long  milliSecond)
static

使线程进入休眠

参数
milliSecond毫秒数

◆ sleep() [2/2]

static final void sleep ( long  ) throws IllegalArgumentException
static

◆ stdflush() [1/2]

static void stdflush ( int  stdno)
static

刷新控制台数据流

参数
stdno数据流ID
参见
STDIN_NO ...
异常
IllegalArgumentException参数不正确
返回

◆ stdflush() [2/2]

static final void stdflush ( int  ) throws IllegalArgumentException
static

◆ uninstallService() [1/2]

static bool uninstallService ( String  serviceName)
static

卸载服务

◆ uninstallService() [2/2]

static final bool uninstallService ( String  )
static

◆ write()

static final long write ( long  ,
  byte[],
long  ,
long   
) throws IndexOutOfBoundsException, IllegalArgumentException
static

被这些函数引用 FileOutputStream.write() , 以及 FileOutputStream.write().

◆ writeFile()

static long writeFile ( long  handle,
byte []  buffer,
long  offset,
long  length 
)
static

向文件中写入数据

参数
handle一个由openFile打开的文件句柄对象
参见
openFile
参数
buffer数据缓冲区
offset指针在数据缓冲区中的位置
length待写入的长度
异常
IndexOutOfBoundsException数组下标越界
返回
成功写入的长度

◆ writePipe() [1/2]

static long writePipe ( long  pipe,
byte []  buffer,
long  offset,
long  length 
)
static

向管道中写入数据

参数
buffer数据缓冲区
offset指针在数据缓冲区中的位置
length待写入取的长度
异常
IndexOutOfBoundsException数组下标越界
返回
成功写入的长度

◆ writePipe() [2/2]

static final long writePipe ( long  ,
  byte[],
long  ,
long   
) throws IndexOutOfBoundsException, IllegalArgumentException
static

结构体成员变量说明

◆ ACCMODE

const int ACCMODE
staticpackage

在文件 BuiltinObjects.x366 行定义.

◆ APPEND

const int APPEND
staticpackage

◆ ARCH_ARM

static const int ARCH_ARM = 3
staticpackage

在文件 BuiltinObjects.x185 行定义.

◆ ARCH_ARM64

static const int ARCH_ARM64 = 4
staticpackage

在文件 BuiltinObjects.x186 行定义.

◆ ARCH_MIPS

static const int ARCH_MIPS = 5
staticpackage

在文件 BuiltinObjects.x187 行定义.

◆ ARCH_MIPS64

static const int ARCH_MIPS64 = 6
staticpackage

在文件 BuiltinObjects.x188 行定义.

◆ ARCH_UNKNOW

static const int ARCH_UNKNOW = -1
staticpackage

处理器架构

在文件 BuiltinObjects.x182 行定义.

◆ ARCH_X64

static const int ARCH_X64 = 2
staticpackage

在文件 BuiltinObjects.x184 行定义.

◆ ARCH_X86

static const int ARCH_X86 = 1
staticpackage

在文件 BuiltinObjects.x183 行定义.

◆ ASYNC

const int ASYNC
staticpackage

在文件 BuiltinObjects.x377 行定义.

◆ CLOEXEC

const int CLOEXEC
staticpackage

在文件 BuiltinObjects.x381 行定义.

◆ CREATE

const int CREATE
staticpackage

◆ DIRECT

const int DIRECT
staticpackage

在文件 BuiltinObjects.x382 行定义.

◆ DIRECTORY

const int DIRECTORY
staticpackage

在文件 BuiltinObjects.x379 行定义.

◆ DSYNC

const int DSYNC
staticpackage

在文件 BuiltinObjects.x385 行定义.

◆ EXCL

const int EXCL
staticpackage

在文件 BuiltinObjects.x371 行定义.

◆ LARGEFILE

const int LARGEFILE
staticpackage

在文件 BuiltinObjects.x378 行定义.

◆ LCID_AFK

const int LCID_AFK
staticpackage

在文件 BuiltinObjects.x225 行定义.

◆ LCID_ARA

const int LCID_ARA
staticpackage

在文件 BuiltinObjects.x238 行定义.

◆ LCID_ARB

const int LCID_ARB
staticpackage

在文件 BuiltinObjects.x233 行定义.

◆ LCID_ARE

const int LCID_ARE
staticpackage

在文件 BuiltinObjects.x229 行定义.

◆ LCID_ARG

const int LCID_ARG
staticpackage

在文件 BuiltinObjects.x227 行定义.

◆ LCID_ARH

const int LCID_ARH
staticpackage

在文件 BuiltinObjects.x228 行定义.

◆ LCID_ARI

const int LCID_ARI
staticpackage

在文件 BuiltinObjects.x230 行定义.

◆ LCID_ARJ

const int LCID_ARJ
staticpackage

在文件 BuiltinObjects.x231 行定义.

◆ LCID_ARK

const int LCID_ARK
staticpackage

在文件 BuiltinObjects.x232 行定义.

◆ LCID_ARL

const int LCID_ARL
staticpackage

在文件 BuiltinObjects.x234 行定义.

◆ LCID_ARM

const int LCID_ARM
staticpackage

在文件 BuiltinObjects.x235 行定义.

◆ LCID_ARO

const int LCID_ARO
staticpackage

在文件 BuiltinObjects.x236 行定义.

◆ LCID_ARQ

const int LCID_ARQ
staticpackage

在文件 BuiltinObjects.x237 行定义.

◆ LCID_ARS

const int LCID_ARS
staticpackage

在文件 BuiltinObjects.x239 行定义.

◆ LCID_ART

const int LCID_ART
staticpackage

在文件 BuiltinObjects.x240 行定义.

◆ LCID_ARU

const int LCID_ARU
staticpackage

在文件 BuiltinObjects.x241 行定义.

◆ LCID_ARY

const int LCID_ARY
staticpackage

在文件 BuiltinObjects.x242 行定义.

◆ LCID_ASM

const int LCID_ASM
staticpackage

在文件 BuiltinObjects.x244 行定义.

◆ LCID_AZE

const int LCID_AZE
staticpackage

在文件 BuiltinObjects.x245 行定义.

◆ LCID_AZE1

const int LCID_AZE1
staticpackage

在文件 BuiltinObjects.x246 行定义.

◆ LCID_BEL

const int LCID_BEL
staticpackage

在文件 BuiltinObjects.x248 行定义.

◆ LCID_BEN

const int LCID_BEN
staticpackage

在文件 BuiltinObjects.x249 行定义.

◆ LCID_BGR

const int LCID_BGR
staticpackage

在文件 BuiltinObjects.x250 行定义.

◆ LCID_CAT

const int LCID_CAT
staticpackage

在文件 BuiltinObjects.x251 行定义.

◆ LCID_CHS

const int LCID_CHS
staticpackage

在文件 BuiltinObjects.x254 行定义.

◆ LCID_CHT

const int LCID_CHT
staticpackage

在文件 BuiltinObjects.x256 行定义.

◆ LCID_CSY

const int LCID_CSY
staticpackage

在文件 BuiltinObjects.x259 行定义.

◆ LCID_DAN

const int LCID_DAN
staticpackage

在文件 BuiltinObjects.x260 行定义.

◆ LCID_DEA

const int LCID_DEA
staticpackage

在文件 BuiltinObjects.x290 行定义.

◆ LCID_DEC

const int LCID_DEC
staticpackage

在文件 BuiltinObjects.x292 行定义.

◆ LCID_DEFAULT

const int LCID_DEFAULT
staticpackage

在文件 BuiltinObjects.x224 行定义.

◆ LCID_DEL

const int LCID_DEL
staticpackage

在文件 BuiltinObjects.x293 行定义.

◆ LCID_DES

const int LCID_DES
staticpackage

在文件 BuiltinObjects.x294 行定义.

◆ LCID_DEU

const int LCID_DEU
staticpackage

在文件 BuiltinObjects.x291 行定义.

◆ LCID_DIV

const int LCID_DIV
staticpackage

在文件 BuiltinObjects.x261 行定义.

◆ LCID_ELL

const int LCID_ELL
staticpackage

在文件 BuiltinObjects.x295 行定义.

◆ LCID_ENA

const int LCID_ENA
staticpackage

在文件 BuiltinObjects.x264 行定义.

◆ LCID_ENB

const int LCID_ENB
staticpackage

在文件 BuiltinObjects.x267 行定义.

◆ LCID_ENC

const int LCID_ENC
staticpackage

在文件 BuiltinObjects.x266 行定义.

◆ LCID_ENG

const int LCID_ENG
staticpackage

在文件 BuiltinObjects.x274 行定义.

◆ LCID_ENI

const int LCID_ENI
staticpackage

在文件 BuiltinObjects.x268 行定义.

◆ LCID_ENJ

const int LCID_ENJ
staticpackage

在文件 BuiltinObjects.x269 行定义.

◆ LCID_ENL

const int LCID_ENL
staticpackage

在文件 BuiltinObjects.x265 行定义.

◆ LCID_ENP

const int LCID_ENP
staticpackage

在文件 BuiltinObjects.x271 行定义.

◆ LCID_ENS

const int LCID_ENS
staticpackage

在文件 BuiltinObjects.x272 行定义.

◆ LCID_ENT

const int LCID_ENT
staticpackage

在文件 BuiltinObjects.x273 行定义.

◆ LCID_ENW

const int LCID_ENW
staticpackage

在文件 BuiltinObjects.x276 行定义.

◆ LCID_ENZ

const int LCID_ENZ
staticpackage

在文件 BuiltinObjects.x270 行定义.

◆ LCID_ESA

const int LCID_ESA
staticpackage

在文件 BuiltinObjects.x343 行定义.

◆ LCID_ESB

const int LCID_ESB
staticpackage

在文件 BuiltinObjects.x332 行定义.

◆ LCID_ESC

const int LCID_ESC
staticpackage

在文件 BuiltinObjects.x335 行定义.

◆ LCID_ESD

const int LCID_ESD
staticpackage

在文件 BuiltinObjects.x336 行定义.

◆ LCID_ESE

const int LCID_ESE
staticpackage

在文件 BuiltinObjects.x338 行定义.

◆ LCID_ESF

const int LCID_ESF
staticpackage

在文件 BuiltinObjects.x337 行定义.

◆ LCID_ESG

const int LCID_ESG
staticpackage

在文件 BuiltinObjects.x339 行定义.

◆ LCID_ESH

const int LCID_ESH
staticpackage

在文件 BuiltinObjects.x340 行定义.

◆ LCID_ESI

const int LCID_ESI
staticpackage

在文件 BuiltinObjects.x342 行定义.

◆ LCID_ESL

const int LCID_ESL
staticpackage

在文件 BuiltinObjects.x333 行定义.

◆ LCID_ESM

const int LCID_ESM
staticpackage

在文件 BuiltinObjects.x341 行定义.

◆ LCID_ESN

const int LCID_ESN
staticpackage

在文件 BuiltinObjects.x348 行定义.

◆ LCID_ESO

const int LCID_ESO
staticpackage

在文件 BuiltinObjects.x334 行定义.

◆ LCID_ESP

const int LCID_ESP
staticpackage

在文件 BuiltinObjects.x347 行定义.

◆ LCID_ESR

const int LCID_ESR
staticpackage

在文件 BuiltinObjects.x345 行定义.

◆ LCID_ESS

const int LCID_ESS
staticpackage

在文件 BuiltinObjects.x331 行定义.

◆ LCID_ESU

const int LCID_ESU
staticpackage

在文件 BuiltinObjects.x346 行定义.

◆ LCID_ESV

const int LCID_ESV
staticpackage

在文件 BuiltinObjects.x350 行定义.

◆ LCID_ESY

const int LCID_ESY
staticpackage

在文件 BuiltinObjects.x349 行定义.

◆ LCID_ESZ

const int LCID_ESZ
staticpackage

在文件 BuiltinObjects.x344 行定义.

◆ LCID_ETI

const int LCID_ETI
staticpackage

在文件 BuiltinObjects.x277 行定义.

◆ LCID_EUQ

const int LCID_EUQ
staticpackage

在文件 BuiltinObjects.x247 行定义.

◆ LCID_FAR

const int LCID_FAR
staticpackage

在文件 BuiltinObjects.x279 行定义.

◆ LCID_FIN

const int LCID_FIN
staticpackage

在文件 BuiltinObjects.x280 行定义.

◆ LCID_FOS

const int LCID_FOS
staticpackage

在文件 BuiltinObjects.x278 行定义.

◆ LCID_FRA

const int LCID_FRA
staticpackage

在文件 BuiltinObjects.x283 行定义.

◆ LCID_FRB

const int LCID_FRB
staticpackage

在文件 BuiltinObjects.x281 行定义.

◆ LCID_FRC

const int LCID_FRC
staticpackage

在文件 BuiltinObjects.x282 行定义.

◆ LCID_FRL

const int LCID_FRL
staticpackage

在文件 BuiltinObjects.x284 行定义.

◆ LCID_FRM

const int LCID_FRM
staticpackage

在文件 BuiltinObjects.x285 行定义.

◆ LCID_FRS

const int LCID_FRS
staticpackage

在文件 BuiltinObjects.x286 行定义.

◆ LCID_GLC

const int LCID_GLC
staticpackage

在文件 BuiltinObjects.x288 行定义.

◆ LCID_GUJ

const int LCID_GUJ
staticpackage

在文件 BuiltinObjects.x296 行定义.

◆ LCID_HEB

const int LCID_HEB
staticpackage

在文件 BuiltinObjects.x297 行定义.

◆ LCID_HIN

const int LCID_HIN
staticpackage

在文件 BuiltinObjects.x298 行定义.

◆ LCID_HRV

const int LCID_HRV
staticpackage

在文件 BuiltinObjects.x258 行定义.

◆ LCID_HUN

const int LCID_HUN
staticpackage

在文件 BuiltinObjects.x299 行定义.

◆ LCID_HYE

const int LCID_HYE
staticpackage

在文件 BuiltinObjects.x243 行定义.

◆ LCID_IND

const int LCID_IND
staticpackage

在文件 BuiltinObjects.x301 行定义.

◆ LCID_ISL

const int LCID_ISL
staticpackage

在文件 BuiltinObjects.x300 行定义.

◆ LCID_ITA

const int LCID_ITA
staticpackage

在文件 BuiltinObjects.x302 行定义.

◆ LCID_ITS

const int LCID_ITS
staticpackage

在文件 BuiltinObjects.x303 行定义.

◆ LCID_JPN

const int LCID_JPN
staticpackage

在文件 BuiltinObjects.x304 行定义.

◆ LCID_KAN

const int LCID_KAN
staticpackage

在文件 BuiltinObjects.x305 行定义.

◆ LCID_KAT

const int LCID_KAT
staticpackage

在文件 BuiltinObjects.x289 行定义.

◆ LCID_KKZ

const int LCID_KKZ
staticpackage

在文件 BuiltinObjects.x306 行定义.

◆ LCID_KNK

const int LCID_KNK
staticpackage

在文件 BuiltinObjects.x307 行定义.

◆ LCID_KOR

const int LCID_KOR
staticpackage

在文件 BuiltinObjects.x308 行定义.

◆ LCID_KYR

const int LCID_KYR
staticpackage

在文件 BuiltinObjects.x309 行定义.

◆ LCID_LTC

const int LCID_LTC
staticpackage

在文件 BuiltinObjects.x257 行定义.

◆ LCID_LTH

const int LCID_LTH
staticpackage

在文件 BuiltinObjects.x311 行定义.

◆ LCID_LVI

const int LCID_LVI
staticpackage

在文件 BuiltinObjects.x310 行定义.

◆ LCID_MAL

const int LCID_MAL
staticpackage

在文件 BuiltinObjects.x314 行定义.

◆ LCID_MAR

const int LCID_MAR
staticpackage

在文件 BuiltinObjects.x315 行定义.

◆ LCID_MKI

const int LCID_MKI
staticpackage

在文件 BuiltinObjects.x287 行定义.

◆ LCID_MON

const int LCID_MON
staticpackage

在文件 BuiltinObjects.x316 行定义.

◆ LCID_MSB

const int LCID_MSB
staticpackage

在文件 BuiltinObjects.x312 行定义.

◆ LCID_MSL

const int LCID_MSL
staticpackage

在文件 BuiltinObjects.x313 行定义.

◆ LCID_NLB

const int LCID_NLB
staticpackage

在文件 BuiltinObjects.x262 行定义.

◆ LCID_NLD

const int LCID_NLD
staticpackage

在文件 BuiltinObjects.x263 行定义.

◆ LCID_NON

const int LCID_NON
staticpackage

在文件 BuiltinObjects.x318 行定义.

◆ LCID_NOR

const int LCID_NOR
staticpackage

在文件 BuiltinObjects.x317 行定义.

◆ LCID_ORI

const int LCID_ORI
staticpackage

在文件 BuiltinObjects.x319 行定义.

◆ LCID_PAN

const int LCID_PAN
staticpackage

在文件 BuiltinObjects.x323 行定义.

◆ LCID_PLK

const int LCID_PLK
staticpackage

在文件 BuiltinObjects.x320 行定义.

◆ LCID_PTB

const int LCID_PTB
staticpackage

在文件 BuiltinObjects.x321 行定义.

◆ LCID_PTG

const int LCID_PTG
staticpackage

在文件 BuiltinObjects.x322 行定义.

◆ LCID_ROM

const int LCID_ROM
staticpackage

在文件 BuiltinObjects.x324 行定义.

◆ LCID_RUS

const int LCID_RUS
staticpackage

在文件 BuiltinObjects.x325 行定义.

◆ LCID_SAN

const int LCID_SAN
staticpackage

在文件 BuiltinObjects.x326 行定义.

◆ LCID_SKY

const int LCID_SKY
staticpackage

在文件 BuiltinObjects.x329 行定义.

◆ LCID_SLV

const int LCID_SLV
staticpackage

在文件 BuiltinObjects.x330 行定义.

◆ LCID_SQI

const int LCID_SQI
staticpackage

在文件 BuiltinObjects.x226 行定义.

◆ LCID_SRB

const int LCID_SRB
staticpackage

在文件 BuiltinObjects.x327 行定义.

◆ LCID_SRL

const int LCID_SRL
staticpackage

在文件 BuiltinObjects.x328 行定义.

◆ LCID_SVE

const int LCID_SVE
staticpackage

在文件 BuiltinObjects.x353 行定义.

◆ LCID_SVF

const int LCID_SVF
staticpackage

在文件 BuiltinObjects.x352 行定义.

◆ LCID_SWK

const int LCID_SWK
staticpackage

在文件 BuiltinObjects.x351 行定义.

◆ LCID_SYR

const int LCID_SYR
staticpackage

在文件 BuiltinObjects.x354 行定义.

◆ LCID_TAM

const int LCID_TAM
staticpackage

在文件 BuiltinObjects.x355 行定义.

◆ LCID_TEL

const int LCID_TEL
staticpackage

在文件 BuiltinObjects.x357 行定义.

◆ LCID_THA

const int LCID_THA
staticpackage

在文件 BuiltinObjects.x358 行定义.

◆ LCID_TRK

const int LCID_TRK
staticpackage

在文件 BuiltinObjects.x359 行定义.

◆ LCID_TTT

const int LCID_TTT
staticpackage

在文件 BuiltinObjects.x356 行定义.

◆ LCID_UKR

const int LCID_UKR
staticpackage

在文件 BuiltinObjects.x360 行定义.

◆ LCID_URI

const int LCID_URI
staticpackage

在文件 BuiltinObjects.x362 行定义.

◆ LCID_URP

const int LCID_URP
staticpackage

在文件 BuiltinObjects.x361 行定义.

◆ LCID_USA

const int LCID_USA
staticpackage

在文件 BuiltinObjects.x275 行定义.

◆ LCID_UZB

const int LCID_UZB
staticpackage

在文件 BuiltinObjects.x363 行定义.

◆ LCID_UZB1

const int LCID_UZB1
staticpackage

在文件 BuiltinObjects.x364 行定义.

◆ LCID_VIT

const int LCID_VIT
staticpackage

在文件 BuiltinObjects.x365 行定义.

◆ LCID_ZHH

const int LCID_ZHH
staticpackage

在文件 BuiltinObjects.x252 行定义.

◆ LCID_ZHI

const int LCID_ZHI
staticpackage

在文件 BuiltinObjects.x255 行定义.

◆ LCID_ZHM

const int LCID_ZHM
staticpackage

在文件 BuiltinObjects.x253 行定义.

◆ LOG_LEV_ALERT

static const int LOG_LEV_ALERT = 1
staticpackage

在文件 BuiltinObjects.x166 行定义.

◆ LOG_LEV_CRIT

static const int LOG_LEV_CRIT = 2
staticpackage

在文件 BuiltinObjects.x167 行定义.

◆ LOG_LEV_DEBUG

static const int LOG_LEV_DEBUG = 6
staticpackage

在文件 BuiltinObjects.x172 行定义.

◆ LOG_LEV_EMERG

static const int LOG_LEV_EMERG = 0
staticpackage

logcat 信息级别

在文件 BuiltinObjects.x165 行定义.

◆ LOG_LEV_ERR

static const int LOG_LEV_ERR = 3
staticpackage

在文件 BuiltinObjects.x168 行定义.

◆ LOG_LEV_INFO

const int LOG_LEV_INFO
staticpackage

在文件 BuiltinObjects.x171 行定义.

◆ LOG_LEV_NOTICE

static const int LOG_LEV_NOTICE = 5
staticpackage

在文件 BuiltinObjects.x170 行定义.

◆ LOG_LEV_WARNING

static const int LOG_LEV_WARNING = 4
staticpackage

在文件 BuiltinObjects.x169 行定义.

◆ NDELAY

const int NDELAY
staticpackage

在文件 BuiltinObjects.x375 行定义.

◆ NOATIME

const int NOATIME
staticpackage

在文件 BuiltinObjects.x383 行定义.

◆ NOCTTY

const int NOCTTY
staticpackage

在文件 BuiltinObjects.x372 行定义.

◆ NOFOLLOW

const int NOFOLLOW
staticpackage

在文件 BuiltinObjects.x380 行定义.

◆ PARITY_EVEN

const int PARITY_EVEN
staticpackage

在文件 BuiltinObjects.x389 行定义.

◆ PARITY_NONE

const int PARITY_NONE
staticpackage

在文件 BuiltinObjects.x387 行定义.

◆ PARITY_ODD

const int PARITY_ODD
staticpackage

在文件 BuiltinObjects.x388 行定义.

◆ PATH

const int PATH
staticpackage

在文件 BuiltinObjects.x384 行定义.

◆ PLATFORM_ANDROID

const int PLATFORM_ANDROID
staticpackage

在文件 BuiltinObjects.x181 行定义.

◆ PLATFORM_IOS

static const int PLATFORM_IOS = 3
staticpackage

在文件 BuiltinObjects.x177 行定义.

◆ PLATFORM_IOS_SIMULATOR

static const int PLATFORM_IOS_SIMULATOR = 4
staticpackage

在文件 BuiltinObjects.x178 行定义.

◆ PLATFORM_LINUX

static const int PLATFORM_LINUX = 1
staticpackage

在文件 BuiltinObjects.x175 行定义.

被这些函数引用 Sqlite.CSTDNative.load().

◆ PLATFORM_MACOSX

static const int PLATFORM_MACOSX = 2
staticpackage

在文件 BuiltinObjects.x176 行定义.

被这些函数引用 Sqlite.CSTDNative.load().

◆ PLATFORM_POSIX

static const int PLATFORM_POSIX = 6
staticpackage

在文件 BuiltinObjects.x180 行定义.

◆ PLATFORM_UNIX

static const int PLATFORM_UNIX = 5
staticpackage

在文件 BuiltinObjects.x179 行定义.

◆ PLATFORM_UNKNOW

static const int PLATFORM_UNKNOW = -1
staticpackage

操作系统

在文件 BuiltinObjects.x173 行定义.

◆ PLATFORM_WINDOWS

static const int PLATFORM_WINDOWS = 0
staticpackage

在文件 BuiltinObjects.x174 行定义.

被这些函数引用 Sqlite.CSTDNative.load().

◆ READ

const int READ
staticpackage

◆ READWRITE

const int READWRITE
staticpackage

在文件 BuiltinObjects.x369 行定义.

◆ S_IFBLK

static const int S_IFBLK = 0060000
staticpackage

在文件 BuiltinObjects.x202 行定义.

◆ S_IFCHR

static const int S_IFCHR = 0020000
staticpackage

在文件 BuiltinObjects.x204 行定义.

◆ S_IFDIR

static const int S_IFDIR = 0040000
staticpackage

在文件 BuiltinObjects.x203 行定义.

◆ S_IFIFO

static const int S_IFIFO = 0010000
staticpackage

在文件 BuiltinObjects.x205 行定义.

◆ S_IFLNK

static const int S_IFLNK = 0120000
staticpackage

在文件 BuiltinObjects.x200 行定义.

◆ S_IFMT

static const int S_IFMT = 00170000
staticpackage

在文件 BuiltinObjects.x198 行定义.

◆ S_IFREG

static const int S_IFREG = 0100000
staticpackage

在文件 BuiltinObjects.x201 行定义.

◆ S_IFSOCK

static const int S_IFSOCK = 0140000
staticpackage

在文件 BuiltinObjects.x199 行定义.

◆ S_IRGRP

static const int S_IRGRP = 00040
staticpackage

在文件 BuiltinObjects.x214 行定义.

◆ S_IROTH

static const int S_IROTH = 00004
staticpackage

在文件 BuiltinObjects.x218 行定义.

◆ S_IRUSR

static const int S_IRUSR = 00400
staticpackage

在文件 BuiltinObjects.x210 行定义.

◆ S_IRWXG

static const int S_IRWXG = 00070
staticpackage

在文件 BuiltinObjects.x213 行定义.

◆ S_IRWXO

static const int S_IRWXO = 00007
staticpackage

在文件 BuiltinObjects.x217 行定义.

◆ S_IRWXU

static const int S_IRWXU = 00700
staticpackage

在文件 BuiltinObjects.x209 行定义.

◆ S_ISGID

static const int S_ISGID = 0002000
staticpackage

在文件 BuiltinObjects.x207 行定义.

◆ S_ISUID

static const int S_ISUID = 0004000
staticpackage

在文件 BuiltinObjects.x206 行定义.

◆ S_ISVTX

static const int S_ISVTX = 0001000
staticpackage

在文件 BuiltinObjects.x208 行定义.

◆ S_IWGRP

static const int S_IWGRP = 00020
staticpackage

在文件 BuiltinObjects.x215 行定义.

◆ S_IWOTH

static const int S_IWOTH = 00002
staticpackage

在文件 BuiltinObjects.x219 行定义.

◆ S_IWUSR

static const int S_IWUSR = 00200
staticpackage

在文件 BuiltinObjects.x211 行定义.

◆ S_IXGRP

static const int S_IXGRP = 00010
staticpackage

在文件 BuiltinObjects.x216 行定义.

◆ S_IXOTH

static const int S_IXOTH = 00001
staticpackage

在文件 BuiltinObjects.x220 行定义.

◆ S_IXUSR

static const int S_IXUSR = 00100
staticpackage

在文件 BuiltinObjects.x212 行定义.

◆ SIGCONT

static const int SIGCONT = 3
staticpackage

在文件 BuiltinObjects.x191 行定义.

◆ SIGINT

static const int SIGINT = 1
staticpackage

信号

在文件 BuiltinObjects.x189 行定义.

◆ SIGNAL_ABORT

static const int SIGNAL_ABORT = 1
staticpackage

在文件 BuiltinObjects.x196 行定义.

◆ SIGNAL_DISCARD

static const int SIGNAL_DISCARD = 2
staticpackage

在文件 BuiltinObjects.x197 行定义.

◆ SIGNAL_SPREAD

static const int SIGNAL_SPREAD = 0
staticpackage

在文件 BuiltinObjects.x195 行定义.

◆ SIGNAL_UNINTERESTED

static const int SIGNAL_UNINTERESTED = 0
staticpackage

信号处理接口返回值

在文件 BuiltinObjects.x194 行定义.

◆ SIGPWR

static const int SIGPWR = 5
staticpackage

在文件 BuiltinObjects.x193 行定义.

◆ SIGTERM

static const int SIGTERM = 4
staticpackage

在文件 BuiltinObjects.x192 行定义.

◆ SIGTSTP

static const int SIGTSTP = 2
staticpackage

在文件 BuiltinObjects.x190 行定义.

◆ STDERR_NO

static const int STDERR_NO = 2
staticpackage

在文件 BuiltinObjects.x223 行定义.

◆ STDIN_NO

static const int STDIN_NO = 0
staticpackage

标准输入输出流

在文件 BuiltinObjects.x221 行定义.

◆ STDOUT_NO

static const int STDOUT_NO = 1
staticpackage

在文件 BuiltinObjects.x222 行定义.

◆ SYNC

const int SYNC
staticpackage

在文件 BuiltinObjects.x376 行定义.

◆ TMPFILE

const int TMPFILE
staticpackage

在文件 BuiltinObjects.x386 行定义.

◆ TRUNC

const int TRUNC
staticpackage

◆ WRITE

const int WRITE
staticpackage

在文件 BuiltinObjects.x368 行定义.

被这些函数引用 FileOutputStream.FileOutputStream() , 以及 FileOutputStream.FileOutputStream().