| Interface | Description |
|---|---|
| Os |
| Class | Description |
|---|---|
| IoBridge |
Implements java.io/java.net/java.nio semantics in terms of the underlying POSIX system calls.
|
| IoUtils | |
| Libcore | |
| Memory |
Unsafe access to memory.
|
| OsConstants | |
| Posix | |
| SizeOf | |
| StructAddrinfo | |
| StructFlock | |
| StructGroupReq | |
| StructLinger | |
| StructPasswd | |
| StructPollfd | |
| StructStat |
File information returned by fstat(2), lstat(2), and stat(2).
|
| StructStatFs |
File information returned by fstatfs(2) and statfs(2).
|
| StructTimeval | |
| StructUtsname |
| Exception | Description |
|---|---|
| ErrnoException |
A checked exception thrown when
Os methods fail. |