]> source.dussan.org Git - xmlgraphics-fop.git/commit
Performance improvement when encoding images: Fixed an important hotspot by extending...
authorJeremias Maerki <jeremias@apache.org>
Sun, 13 Apr 2008 07:36:00 +0000 (07:36 +0000)
committerJeremias Maerki <jeremias@apache.org>
Sun, 13 Apr 2008 07:36:00 +0000 (07:36 +0000)
commitecf4ed552274f6ce4bfc558884ed1be7fc16c113
tree8f1ce0b081dc10280c3037998edd33c967d9f81d
parent5e31dc3edea23adea68b0876b616fd7b0131ca78
Performance improvement when encoding images: Fixed an important hotspot by extending CloseBlocker from ProxyOutputStream instead of FilterOutputStream as the latter routes all write(byte[]) calls through write(int).

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_95@647537 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/util/CloseBlockerOutputStream.java