Searched refs:JarFileSystem (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DJarFileSystem.java44 * is created by {@link JarFileSystem#createVersionedLinks(int)}. The map is then
45 * consulted when an entry is looked up in {@link JarFileSystem#getEntry(byte[])}
52 class JarFileSystem extends ZipFileSystem { class in inherits:ZipFileSystem
62 JarFileSystem(ZipFileSystemProvider provider, Path zfpath, Map<String,?> env) method in class:JarFileSystem
H A DZipFileSystemProvider.java104 zipfs = new JarFileSystem(this, path, env);
134 zipfs = new JarFileSystem(this, path, env);

Completed in 93 milliseconds