|
fop 0.95beta | |||||||||
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.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)
|
Method Summary | |
---|---|
void |
close()
|
Methods inherited from class java.io.FilterOutputStream |
---|
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)
FilterOutputStream.FilterOutputStream(OutputStream)
Method Detail |
---|
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.FilterOutputStream
java.io.IOException
|
fop 0.95beta | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |