org.mortbay.util
public class WriterOutputStream extends OutputStream
Version: $Id: WriterOutputStream.java,v 1.3 2004/05/09 20:33:05 gregwilkins Exp $
| Field Summary | |
|---|---|
| protected String | _encoding |
| protected Writer | _writer |
| Constructor Summary | |
|---|---|
| WriterOutputStream(Writer writer, String encoding) | |
| WriterOutputStream(Writer writer) | |
| Method Summary | |
|---|---|
| void | close() |
| void | flush() |
| void | write(byte[] b) |
| void | write(byte[] b, int off, int len) |
| void | write(int b) |