| Class | Description |
|---|---|
| NetlinkSocketAddress |
Netlink socket address.
|
| Os |
Access to low-level system functionality.
|
| OsConstants |
Constants and helper functions for use with
Os. |
| PacketSocketAddress |
Packet socket address.
|
| StructAddrinfo |
Information returned/taken by getaddrinfo(3).
|
| StructFlock |
Information returned/taken by fcntl(2) F_GETFL and F_SETFL.
|
| StructGroupReq |
Corresponds to C's
struct group_req. |
| StructGroupSourceReq |
Corresponds to C's
struct group_source_req. |
| StructLinger |
Corresponds to C's
struct linger from
<sys/socket.h> |
| StructPasswd |
Information returned by
Os.getpwnam(java.lang.String) and Os.getpwuid(int). |
| StructPollfd |
Used as an in/out parameter to
Os.poll(android.system.StructPollfd[], int). |
| StructStat |
File information returned by
Os.fstat(java.io.FileDescriptor), Os.lstat(java.lang.String), and Os.stat(java.lang.String). |
| StructStatVfs |
File information returned by
Os.fstatvfs(java.io.FileDescriptor) and Os.statvfs(java.lang.String). |
| StructTimeval |
Corresponds to C's
struct timeval from
<sys/time.h> |
| StructUcred |
Corresponds to C's
struct ucred. |
| StructUtsname |
Information returned by
Os.uname(). |
| UnixSocketAddress |
A UNIX-domain (AF_UNIX / AF_LOCAL) socket address.
|
| Exception | Description |
|---|---|
| ErrnoException |
A checked exception thrown when
Os methods fail. |
| GaiException |
An unchecked exception thrown when
getaddrinfo or getnameinfo fails. |