Uses of Class
com.iizix.util.XJarFile
Packages that use XJarFile
Uses of XJarFile in com.iizix.util
Methods in com.iizix.util that return XJarFileModifier and TypeMethodDescriptionstatic XJarFileXJarFile.getJarFile(File file) Loads the requested XJarFile or grabs one from the table of loaded files and reloads it as required.static XJarFileXJarFile.getJarFile(String fileName) Loads the requested XJarFile or grabs one from the table of loaded files and reloads it as required.Uses of XJarFile in com.iizix.util.xjar
Constructors in com.iizix.util.xjar with parameters of type XJarFileModifierConstructorDescriptionHandler construction for an open Memory Jar.protectedXJarURLConnection(URL url, XJarFile jarFile) Creates an XJar URL connection.