org.mortbay.http.nio
public class SocketChannelOutputStream extends OutputStream
Version: $Revision: 1.4 $
| Constructor Summary | |
|---|---|
| SocketChannelOutputStream(SocketChannel channel, int bufferSize) Constructor.
| |
| Method Summary | |
|---|---|
| void | close() |
| void | destroy() |
| void | flush() |
| void | write(int b) |
| void | write(byte[] buf, int offset, int length) |
| void | write(byte[] buf) |