Module jdk.zipfs

Provides the implementation of the zip file system provider.

The zip file system provider treats a zip or JAR file as a file system and provides the ability to manipulate the contents of the file. The zip file system provider can be created by FileSystems.newFileSystem(java.net.URI, java.util.Map<java.lang.String, ?>) if installed.

Since:
9