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
if installed.
The Zip file system provider does not support opening an existing Zip file
that contains entries with "." or ".." in its name elements.
-
-
Services
Provides Type Description FileSystemProvider
-