cx.ath.matthew.unix
class USInputStream extends InputStream
| Field Summary | |
|---|---|
| static int | MSG_DONTWAIT |
| Constructor Summary | |
|---|---|
| USInputStream(int sock, UnixSocket us) | |
| Method Summary | |
|---|---|
| void | close() |
| UnixSocket | getSocket() |
| boolean | isClosed() |
| boolean | markSupported() |
| int | read() |
| int | read(byte[] b, int off, int len) |
| void | setBlocking(boolean enable) |
| void | setSoTimeout(int timeout) |