|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
org.shiftone.jrat.util.io.proxy.ProxyWriter
org.shiftone.jrat.core.output.FileOutputWriter
public class FileOutputWriter
Field Summary |
---|
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
FileOutputWriter(FileOutputRegistry registry,
java.io.Writer target,
java.lang.String name)
|
Method Summary | |
---|---|
void |
close()
|
protected java.io.Writer |
getTarget()
|
java.lang.String |
toString()
|
Methods inherited from class org.shiftone.jrat.util.io.proxy.ProxyWriter |
---|
flush, write, write, 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, wait, wait, wait |
Methods inherited from interface org.shiftone.jrat.core.output.FileOutput |
---|
flush |
Constructor Detail |
---|
public FileOutputWriter(FileOutputRegistry registry, java.io.Writer target, java.lang.String name)
Method Detail |
---|
protected java.io.Writer getTarget() throws java.io.IOException
getTarget
in class ProxyWriter
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface FileOutput
close
in class ProxyWriter
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |