aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/gluegen
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-19 13:55:06 +0200
committerSven Gothel <[email protected]>2011-09-19 13:55:06 +0200
commitf357a00e511f0049865392adecc4d042663da6e6 (patch)
treeaf6fdd03b33d2d438664133c90ef598a584a32fd /src/java/com/jogamp/gluegen
parent69d537e4f9e6e5d206719723094ea192ab51ef43 (diff)
Enhancements / New utils: JarUtil, TempFileCache and TempJarCache
JarUtil: Utility to handle Jar files and it's content, incl. extracting it's entries TempFileCache: Utility to have a save temporary file cache per JVM and per instance, eg. per ClassLoader. The temp cache is cleaned up with the next usage of TempFileCache, which solves the troubles of JVM bugs and situations where the JVM is not able to close and delete open temp files. TempJarCache: Utility to cache Jar files temporary (using TempFileCache) and access it's content. This class is suitable to implement a URLClassLoader or similar resource loading facilities. All tested w/ TestTempJarCache
Diffstat (limited to 'src/java/com/jogamp/gluegen')
0 files changed, 0 insertions, 0 deletions