java.lang.Object
org.kordamp.jarviz.util.JarUtils
- Since:
- 0.1.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetManifest(JarFile jarFile) static BytecodeVersionreadBytecodeVersion(JarFile jarFile, JarEntry entry) static <T> TwithJarEntry(JarFile jarFile, JarEntry entry, JarUtils.IOFunction<InputStream, T> consumer)
-
Constructor Details
-
JarUtils
public JarUtils()
-
-
Method Details
-
getManifest
-
withJarEntry
public static <T> T withJarEntry(JarFile jarFile, JarEntry entry, JarUtils.IOFunction<InputStream, T> consumer) throws IOException- Throws:
IOException
-
readBytecodeVersion
-