Apache CXF API

org.apache.cxf.tools.common
Class VelocityWriter

java.lang.Object
  extended by java.io.Writer
      extended by java.io.BufferedWriter
          extended by org.apache.cxf.tools.common.VelocityWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable

public class VelocityWriter
extends BufferedWriter


Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
VelocityWriter(Writer out)
           
VelocityWriter(Writer out, int size)
           
 
Method Summary
 void write(char[] chars)
           
 void write(String str)
           
 
Methods inherited from class java.io.BufferedWriter
close, flush, newLine, write, write, write
 
Methods inherited from class java.io.Writer
append, append, append
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityWriter

public VelocityWriter(Writer out)

VelocityWriter

public VelocityWriter(Writer out,
                      int size)
Method Detail

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 API

Apache CXF