Class NioZipFileSystem


  • public class NioZipFileSystem
    extends Object
    • Constructor Detail

      • NioZipFileSystem

        public NioZipFileSystem()
    • Method Detail

      • mount

        public static NioVirtualFile mount​(URI uri)
                                    throws IOException
        Get the root VirtualFile for the given uri. Any previous filesystem for this url will be closed. The returned file will be used to auto close the filesystem. It should be strongly held until the filesystem is no longer needed.
        Parameters:
        uri -
        Returns:
        Throws:
        IOException