]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugzilla #40387:
authorJeremias Maerki <jeremias@apache.org>
Mon, 13 Nov 2006 17:42:28 +0000 (17:42 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 13 Nov 2006 17:42:28 +0000 (17:42 +0000)
commit195f60f264f5af9aaba5239e0a80b6ca29616bfb
tree21c23d3a82524bb55ffc906af97a48590603bded
parent652b3cbc5586d794a41bee4d2c824539e18b3cfc
Bugzilla #40387:
Dealing with IOExceptions for certain large PFM files in a more radical way: load everything into memory, since we basically need random access here. The biggest PFMs I've seen so far are around 20KB so this shouldn't be a big problem, especially as the memory is freed pretty quickly.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@474410 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fonts/type1/PFMFile.java