JVMFileSystemProvider
Provides access to the JVM-specific file system functionality. This object includes implementations for operations like serialization of Path
objects, file selection, read, write, and combined read-write operations.
Types
Provides utility methods for reading file data and retrieving file-related metadata. Implements the FileSystemProvider.Read
and delegates file serialization operations to the Serialization
interface.
A read-only object implementing file system provider interfaces for handling file serialization, selection, and reading functionalities.
Provides a combined object interface for performing both read and write file system operations.
Object implementing file system operations and serialization for file paths. Provides functionality for retrieving metadata, listing directory contents, determining parent paths, checking the existence of paths, and computing relative paths. Delegates serialization-related functionality to the Serialization
interface.
Provides functionality for serializing and deserializing file paths and handling metadata related to file paths. Implements the FileSystemProvider.Serialization
interface for Path
type.
Singleton object that provides implementations for creating, moving, writing, and deleting files or directories, while adhering to a serialization context. It also ensures compatibility with specific operating system constraints such as Windows reserved names. Implements the FileSystemProvider.Write
interface with Path
as the path type and delegates serialization functionalities to a Serialization
implementation.