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