wt.method
Class WriterProxy.Receiver
java.lang.Object
java.io.OutputStream
wt.method.WriterProxy.Receiver
- Enclosing class:
- WriterProxy
- static class WriterProxy.Receiver
- extends OutputStream
Method Summary |
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clientWriter
private Writer clientWriter
WriterProxy.Receiver
WriterProxy.Receiver(Writer client_writer)
write
public void write(int b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException