v1.0.1
Added UriUtilities and the JarLoader.
The UriUtilities function similarly to the FileUtilities in trying to recognize .gz
and .gzip
file endings and automatically using a UTF-8 encoded GZIP stream.
The JarLoader supports the loading of JARs during runtime. Until Java 8, this works quite well out of the box. With Java 9, the instrumentation API must be used. For this, a manifest entry is required. Please check the README for more information.