Skip to content

Latest commit

 

History

History

ax-filesystem-memory

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Alexandria Memory FileSystem

This module contains an implementation of an in-memory NIO filesystem. This has two uses:

  1. Because this module (and only this module) is released under the unlicense, you may copy it to implement your own file system. We suggest you read our guide.
  2. You may use this file system as shown in the runnable examples. It is particularly helpful for unit testing code which invokes file operations.