wt.method
Class WriterProxy.Receiver

java.lang.Object
  extended byjava.io.OutputStream
      extended bywt.method.WriterProxy.Receiver
Enclosing class:
WriterProxy

static class WriterProxy.Receiver
extends OutputStream


Field Summary
private  Writer clientWriter
           
 
Constructor Summary
(package private) WriterProxy.Receiver(Writer client_writer)
           
 
Method Summary
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientWriter

private Writer clientWriter
Constructor Detail

WriterProxy.Receiver

WriterProxy.Receiver(Writer client_writer)
Method Detail

write

public void write(int b)
           throws IOException
Throws:
IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
Throws:
IOException