Class InMemoryFileSystem

java.lang.Object
org.refcodes.filesystem.InMemoryFileSystem
All Implemented Interfaces:
Component, Destroyable, FileSystem

public class InMemoryFileSystem extends Object implements FileSystem
An in-memory FileSystem using an ConcurrentHashMap for implementation.