Jimfs is an in-memory implementation of Java 7's java.nio.file abstract file system API.
<dependency>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
<version>1.3.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates creating an in-memory file system and writing/reading a file.
No known issues recorded.
No dependency data recorded yet.