Home Download Home RSS feed

Search results

"tag:"java.nio""


Title and summary Date/time
1
Odds and Ends: avoiding non-heap OutOfMemory
When working with Java APIs that use native code you can hit an OutOfMemory in the PermGen space due to weaknesses in Java's garbage collectors. Here's an ugly little hack that might help.
16-Jan-2012
15:34:00
2
Gotchas when reading and writing PDF to files
Reading and writing PDF documents to and from the same disk file can have unexpected consequences. This article covers what to watch out for if you do this, and details a few ways to get around the problems it can cause, including the new features added ...
26-Jan-2009
16:49:12