Class JarEntries


  • public class JarEntries
    extends Object
    • Constructor Detail

      • JarEntries

        public JarEntries()
    • Method Detail

      • getRealName

        public static String getRealName​(JarEntry jarEntry)
        Returns the real name of this JarEntry. On Java 8, it returns the ZipEntry.getName() On Java 10+, a getRealName() method was added