Package 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,AutoCloseable
public class VelocityWriter extends BufferedWriter
-
-
Constructor Summary
Constructors Constructor Description VelocityWriter(Writer out)VelocityWriter(Writer out, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(char[] chars)voidwrite(String str)-
Methods inherited from class java.io.Writer
append, append, append, nullWriter
-
-
-
-
Method Detail
-
write
public void write(char[] chars) throws IOException- Overrides:
writein classWriter- Throws:
IOException
-
write
public void write(String str) throws IOException
- Overrides:
writein classWriter- Throws:
IOException
-
-