org.planx.xmlstore.koala.io
Class MemoryNodeFileSystem

java.lang.Object
  extended by org.planx.xmlstore.koala.io.NodeFileSystemImpl<Locator>
      extended by org.planx.xmlstore.koala.io.MemoryNodeFileSystem
All Implemented Interfaces:
FileSystem, Loader<Locator,SystemNode>, NodeFileSystem<Locator>

public class MemoryNodeFileSystem
extends NodeFileSystemImpl<Locator>

A convenience NodeFileSystem that uses a MemoryFileSystem and a SimpleIOPolicy.

Author:
Thomas Ambus

Constructor Summary
MemoryNodeFileSystem()
           
 
Method Summary
 
Methods inherited from class org.planx.xmlstore.koala.io.NodeFileSystemImpl
all, allocate, allocate, clear, clearModified, close, free, getData, getMeta, getPolicy, id, isContained, isModified, isReadOnly, load, load, save, setMeta, setReadOnly, size, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemoryNodeFileSystem

public MemoryNodeFileSystem()


Copyright © 2004-2005 Plan-X. All Rights Reserved.