net.i2p.router.web
Class WriterOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bynet.i2p.router.web.WriterOutputStream

public class WriterOutputStream
extends java.io.OutputStream

Treat a writer as an output stream. Quick 'n dirty, none of that "intarnasheeonaleyzayshun" stuff. So we can treat the jsp's PrintWriter as an OutputStream


Constructor Summary
WriterOutputStream(java.io.Writer writer)
           
 
Method Summary
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriterOutputStream

public WriterOutputStream(java.io.Writer writer)
Method Detail

write

public void write(int b)
           throws java.io.IOException
Throws:
java.io.IOException