|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
java.io.BufferedWriter
org.apache.cxf.tools.common.VelocityWriter
public class VelocityWriter
Field Summary |
---|
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
VelocityWriter(java.io.Writer out)
|
|
VelocityWriter(java.io.Writer out,
int size)
|
Method Summary | |
---|---|
void |
write(char[] chars)
|
void |
write(java.lang.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 |
---|
public VelocityWriter(java.io.Writer out)
public VelocityWriter(java.io.Writer out, int size)
Method Detail |
---|
public void write(char[] chars) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
public void write(java.lang.String str) throws java.io.IOException
write
in class java.io.Writer
java.io.IOException
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |