org.apache.cxf.tools.common
Class VelocityWriter
java.lang.Object
java.io.Writer
java.io.BufferedWriter
org.apache.cxf.tools.common.VelocityWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
public class VelocityWriter
- extends BufferedWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VelocityWriter
public VelocityWriter(Writer out)
VelocityWriter
public VelocityWriter(Writer out,
int size)
write
public void write(char[] chars)
throws IOException
- Overrides:
write
in class Writer
- Throws:
IOException
write
public void write(String str)
throws IOException
- Overrides:
write
in class Writer
- Throws:
IOException
Apache CXF