Most visited

Recently visited

Added in API level 21

android.system

Classes

Os 访问低级系统功能。
OsConstants 用于 Os常量和辅助函数。
StructPollfd 用作 poll(StructPollfd[], int)的输入/输出参数。
StructStat 文件通过返回的信息 fstat(FileDescriptor)lstat(String) ,并 stat(String)
StructStatVfs 文件信息由 fstatvfs(FileDescriptor)statvfs(String)返回。
StructUtsname uname()返回的 uname()

Exceptions

ErrnoException Os方法失败时引发的检查异常。

Hooray!