t

truevfs

TrueVFS is a virtual file system (VFS) for Java 7 which enables client applications to perform CRUD (Create, Read, Update, Delete) operations on archive files as if they were virtual directories, even with nested archive files in multithreaded environments. As a library, TrueVFS provides simple, uniform, transparent, thread-safe, read/write access to archive files as if they were virtual directories in a file system path. As a framework, TrueVFS provides the API to write file system drivers which plug-in to its federated file system space.
http://truevfs.java.net
Eclipse Public License, Version 1.0
Files download
File Operation
truevfs-0.10.4.pom download
Apache Maven
<dependency>
  <groupId>net.java.truevfs</groupId>
  <artifactId>truevfs</artifactId>
  <version>0.10.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.java.truevfs:truevfs:0.10.4'
Gradle Kotlin
implementation("net.java.truevfs:truevfs:0.10.4")
Scala SBT
libraryDependencies += "net.java.truevfs" % "truevfs" % "0.10.4"
Groovy Grape
@Grapes(
  @Grab(group='net.java.truevfs', module='truevfs', version='0.10.4')
)
Apache Ivy
<dependency org="net.java.truevfs" name="truevfs" rev="0.10.4" />
Leiningen
[net.java.truevfs/truevfs "0.10.4"]
Apache Buildr
'net.java.truevfs:truevfs:jar:0.10.4'