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