]> source.dussan.org Git - xmlgraphics-fop.git/commit
Special OutputStream decorator that suppresses calls to the close() method. This...
authorJeremias Maerki <jeremias@apache.org>
Thu, 27 Mar 2003 10:08:37 +0000 (10:08 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 27 Mar 2003 10:08:37 +0000 (10:08 +0000)
commit9fdfc2c7a56c5d5e348b17015905a2966c61d850
tree9a8467722e5cf2111af324a08ac37cea443f54f3
parente0436de4f251b3d881b19cb39d5c31f75df54daf
Special OutputStream decorator that suppresses calls to the close() method. This is my new approach for handling filters. Before I used the Finalizable interface (see PS renderer). But that didn't work out for the PDF library.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196148 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/util/CloseBlockerOutputStream.java [new file with mode: 0644]