Class SystemZeroFsFileSystemProvider

java.lang.Object
java.nio.file.spi.FileSystemProvider
io.roastedroot.zerofs.SystemZeroFsFileSystemProvider

public final class SystemZeroFsFileSystemProvider extends FileSystemProvider
FileSystemProvider implementation for ZeroFs that is loaded by the system as a service. This implementation only serves as a cache for file system instances and does not implement actual file system operations.

While this class is public, it should not be used directly. To create a new file system instance, see ZeroFs. For other operations, use the public APIs in java.nio.file.

Since:
1.1