public final class UtilZip extends Object
This class is Thread-Safe.
Modifier and Type | Method and Description |
---|---|
static Collection<ZipEntry> |
getEntriesByExtension(File jar,
String path,
String extension)
Get all entries existing in the path considering the extension.
|
public static Collection<ZipEntry> getEntriesByExtension(File jar, String path, String extension)
jar
- The JAR to check.path
- The path to check.extension
- The extension (without dot; eg: xml).LionEngineException
- If unable to open ZIP.Copyright © 2017 Byron 3D Games Studio. All rights reserved.