static java.io.Closeable |
VFS.mountTemp(VirtualFile mountPoint,
TempFileProvider tempFileProvider) |
Create and mount a temporary file system, returning a single handle which will unmount and close the filesystem
when closed.
|
static java.io.Closeable |
VFS.mountZip(java.io.File zipFile,
VirtualFile mountPoint,
TempFileProvider tempFileProvider) |
Create and mount a zip file into the filesystem, returning a single handle which will unmount and close the file
system when closed.
|
static java.io.Closeable |
VFS.mountZip(java.io.InputStream zipData,
java.lang.String zipName,
VirtualFile mountPoint,
TempFileProvider tempFileProvider) |
Create and mount a zip file into the filesystem, returning a single handle which will unmount and close the file
system when closed.
|
static java.io.Closeable |
VFS.mountZip(VirtualFile zipFile,
VirtualFile mountPoint,
TempFileProvider tempFileProvider) |
Create and mount a zip file into the filesystem, returning a single handle which will unmount and close the file
system when closed.
|
static java.io.Closeable |
VFS.mountZipExpanded(java.io.File zipFile,
VirtualFile mountPoint,
TempFileProvider tempFileProvider) |
Create and mount an expanded zip file in a temporary file system, returning a single handle which will unmount and
close the filesystem when closed.
|
static java.io.Closeable |
VFS.mountZipExpanded(java.io.InputStream zipData,
java.lang.String zipName,
VirtualFile mountPoint,
TempFileProvider tempFileProvider) |
Create and mount an expanded zip file in a temporary file system, returning a single handle which will unmount and
close the filesystem when closed.
|
static java.io.Closeable |
VFS.mountZipExpanded(VirtualFile zipFile,
VirtualFile mountPoint,
TempFileProvider tempFileProvider) |
Create and mount an expanded zip file in a temporary file system, returning a single handle which will unmount and
close the filesystem when closed.
|