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 operations for path serialization, structure navigation, and content reading using Path objects in a read-only manner without modifying the filesystem.

Link copied to clipboard

This is the most comprehensive interface, offering complete filesystem operations using Path objects including reading, writing, and path manipulation.