diff options
author | Sven Gothel <[email protected]> | 2011-09-19 13:55:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-19 13:55:06 +0200 |
commit | f357a00e511f0049865392adecc4d042663da6e6 (patch) | |
tree | af6fdd03b33d2d438664133c90ef598a584a32fd /src/java/com/jogamp/common/jvm | |
parent | 69d537e4f9e6e5d206719723094ea192ab51ef43 (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/common/jvm')
0 files changed, 0 insertions, 0 deletions