public class NioZipFileSystem extends Object
| Constructor and Description |
|---|
NioZipFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
static NioVirtualFile |
mount(URL url)
Get the root
VirtualFile for the given url. |
public static NioVirtualFile mount(URL url) throws IOException, URISyntaxException
VirtualFile for the given url.
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.url - IOExceptionURISyntaxExceptionCopyright © 2019. All rights reserved.