Class java.util.jar.JarFile
Changed Methods | ||
---|---|---|
Enumeration<JarEntry> entries ()
|
Change in return type from Enumeration<ZipEntry> to Enumeration<JarEntry> .Method was inherited from java.util.zip.ZipFile , but is now defined locally.
|
|
InputStream getInputStream (ZipEntry )
|
Method was inherited from java.util.zip.ZipFile , but is now defined locally.
|
|
Stream<JarEntry> stream ()
|
Change in return type from Stream<ZipEntry> to Stream<JarEntry> .Method was inherited from java.util.zip.ZipFile , but is now defined locally.
|