357358359360361362363
this.bundle = bundle; this.url = bundle.getEntry("/"); } public JarFile getJarFile() throws IOException { return new BundleJarFile(bundle); }
364365366367368369370
354355356357358359360