Skip to content

A Java NIO implementation of a fast ReadOnly InMemory FileSystem

License

LGPL-2.1, Unknown licenses found

Licenses found

LGPL-2.1
LICENSE.txt
Unknown
LICENSE-header.txt
Notifications You must be signed in to change notification settings

MinecraftForge/roimfs

Repository files navigation

ReadOnlyInMemoryFileSystem

This is designed to be a simple NIO FileSystem that has very limited feature support. The main goal is to allow use of the normal ZipFileSystem on archives in memory. In a way that mimics having the file on the default file system. Specifically, this is designed to allow data to be accesed via a URI which is required for ZipFileSystemProvider to cache the ZipFileSystem.

This is also designed to have zero dependencies.

As indicated in the name, support for writing files is outside the scope of this project. If you need a generic InMemory FileSystem, I recommend jimfs or zerofs.

About

A Java NIO implementation of a fast ReadOnly InMemory FileSystem

Resources

License

LGPL-2.1, Unknown licenses found

Licenses found

LGPL-2.1
LICENSE.txt
Unknown
LICENSE-header.txt

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •  

Languages