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

Link copied to clipboard

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.

Link copied to clipboard

A read-only object implementing file system provider interfaces for handling file serialization, selection, and reading functionalities.

Link copied to clipboard

Provides a combined object interface for performing both read and write file system operations.

Link copied to clipboard

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.

Link copied to clipboard

Provides functionality for serializing and deserializing file paths and handling metadata related to file paths. Implements the FileSystemProvider.Serialization interface for Path type.

Link copied to clipboard

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.