Uses of Class
io.roastedroot.zerofs.ZeroFsFileSystem
-
-
Uses of ZeroFsFileSystem in io.roastedroot.zerofs
Methods in io.roastedroot.zerofs that return ZeroFsFileSystem Modifier and Type Method Description private static ZeroFsFileSystemZeroFsFileSystemProvider. getFileSystem(java.nio.file.Path path)Gets the file system for the given path.ZeroFsFileSystemZeroFsPath. getZeroFsFileSystem()Equivalent toZeroFsPath.getFileSystem()but with a return type ofZeroFsFileSystem.static ZeroFsFileSystemZeroFsFileSystems. newFileSystem(ZeroFsFileSystemProvider provider, java.net.URI uri, Configuration config)Initialize and configure a new file system with the given provider and URI, using the given configuration.
-