| java.lang.Object java.io.OutputStream org.mmbase.util.WriterOutputStream
WriterOutputStream | public class WriterOutputStream extends OutputStream (Code) | | Oddly enough, Java does not provide this itself. It is necessary
though in GenericResponseWrapper, because you sometimes are stuck
with a writer, while an outputStream is requested.
Code inspired by http://www.koders.com/java/fid5A2897DDE860FCC1D9D9E0EA5A2834CC62A87E85.aspx
author: Michiel Meeuwissen since: MMBase-1.7.4 |
Method Summary | |
public void | close() | public void | flush() | public void | write(byte[] b) | public void | write(byte[] b, int off, int len) | public synchronized void | write(int b) |
|
|