|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
org.apache.commons.io.output.ProxyOutputStream
org.apache.fop.util.CloseBlockerOutputStream
public class CloseBlockerOutputStream
This is a decorator to block calls to close() to the underlying stream.
Field Summary |
---|
Fields inherited from class java.io.FilterOutputStream |
---|
out |
Constructor Summary | |
---|---|
CloseBlockerOutputStream(java.io.OutputStream out)
Main constructor. |
Method Summary | |
---|---|
void |
close()
|
Methods inherited from class org.apache.commons.io.output.ProxyOutputStream |
---|
flush, write, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CloseBlockerOutputStream(java.io.OutputStream out)
out
- the underlying streamMethod Detail |
---|
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class org.apache.commons.io.output.ProxyOutputStream
java.io.IOException
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |