cx.ath.matthew.unix
class USOutputStream extends OutputStream
| Constructor Summary | |
|---|---|
| USOutputStream(int sock, UnixSocket us) | |
| Method Summary | |
|---|---|
| void | close() |
| void | flush() |
| UnixSocket | getSocket() |
| boolean | isClosed() |
| void | write(byte[] b, int off, int len) |
| void | write(int b) |