Details
Description
Now that the Zip File System is supported, we should add
FileSystems.newFIleSystem(Path, Map<String, ?>) throws IOException
FileSystems.newFileSystem(Path path, Map<String,?> env, ClassLoader loader) throws IOException
to make it easer for developers
FileSystems.newFIleSystem(Path, Map<String, ?>) throws IOException
FileSystems.newFileSystem(Path path, Map<String,?> env, ClassLoader loader) throws IOException
to make it easer for developers
Attachments
Issue Links
- csr for
-
JDK-8219793 (fs) Add FileSystems.newFileSystem(Path, Map<String, ?>) method
-
- Closed
-
- relates to
-
JDK-8223771 (zipfs) FileSystemProvider.newFileSystem(Path, Map) should throw IOException when called with a file that cannot be open
-
- Resolved
-