No vars found in this namespace.
File system adapter implementation for local filesystem operations.
Provides concrete implementation of IFileSystemAdapter protocol using Java I/O for local filesystem access.
File system adapter implementation for local filesystem operations. Provides concrete implementation of IFileSystemAdapter protocol using Java I/O for local filesystem access.
Protocol defining the common interface for filesystem adapters.
This protocol abstracts filesystem operations to enable testing with in-memory implementations and support different storage backends (local FS, cloud storage, etc.).
Design Philosophy:
Protocol defining the common interface for filesystem adapters. This protocol abstracts filesystem operations to enable testing with in-memory implementations and support different storage backends (local FS, cloud storage, etc.). Design Philosophy: - Protocol defines generic file operations - Implementations handle specific storage backends - Enables testing without actual filesystem I/O - Supports multiple storage strategies (local, cloud, in-memory)
No vars found in this namespace.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |