summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/IOUtil.java
Commit message (Expand)AuthorAgeFilesLines
* StringBuffer -> StringBuilder (Local objects, no concurrency)Sven Gothel2012-04-161-1/+1
* IOUtil: Add fail-safe getFileOutputStream(..) (inspired by pngj helper class)Sven Gothel2012-04-071-0/+36
* Fix IOUtil: Handle all '../' and './' cases by reducing the path.Sven Gothel2012-04-021-21/+42
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-171-91/+159
* PropertyAccess: Push down 'isPropertyDefined(final String property, final boo...Sven Gothel2012-03-131-1/+2
* SecurityUtil: Generalize cert validation and AccessControlContext query; Prop...Sven Gothel2012-03-131-21/+32
* Intro.: PropertyAccess ; Added safe PropertyAccess for JNILibLoaderBase, Plat...Sven Gothel2012-03-131-2/+6
* Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...Sven Gothel2012-03-101-0/+16
* Fix regression (#2) of commit 04391a3f417e10e1b6dafbd8becc63659af633c30 (remo...Sven Gothel2011-11-291-1/+1
* Fix TempJarCache's Multi-User Bug (Reported by Martin Hegedus)Sven Gothel2011-11-291-0/+53
* Fix regresseion of commit 04391a3f417e10e1b6dafbd8becc63659af633c3 (forced pe...Sven Gothel2011-11-291-1/+1
* JarUtil: Improve Robustness (Bug 522) and API doc, prepare for Jar-In-Jar. Ad...Sven Gothel2011-11-291-5/+30
* IOUtil's getTempRoot()'s Fix chicken-egg problem ; Adding proper API docSven Gothel2011-09-301-2/+26
* IOUtil: Generalize w/ getTempRoot()Sven Gothel2011-09-301-9/+17
* IOUtil/Android: Convenient createTempFile wrapper for Android, using the cont...Sven Gothel2011-09-281-1/+35
* Enhancement/GenericStyle:Sven Gothel2011-09-191-0/+45
* IOUtil getResource() - Lookup class package space 1st; Catch all Throwables ;...Sven Gothel2011-09-141-19/+67
* GlueGen proper size / alignment of primitive and compound types usage [1/2] -...Sven Gothel2011-07-171-9/+9
* Merged Locator -> IOUtil; int Platform.getPageSize(); Added unit test for IOU...Sven Gothel2011-06-081-43/+221
* Merged JOGL's general purpose static methods of StreamUtil and FileUtil into ...Sven Gothel2011-06-071-6/+95
* Add IOUtil - generic URL to File and stream to stream copySven Gothel2011-04-011-0/+84