Uses of Package
org.deckfour.xes.nikefs2

Packages that use org.deckfour.xes.nikefs2
org.deckfour.xes.model.buffered   
org.deckfour.xes.nikefs2   
 

Classes in org.deckfour.xes.nikefs2 used by org.deckfour.xes.model.buffered
NikeFS2RandomAccessStorage
          This interface specifies a random acess data storage container, pretty much the same as java.util.RandomAccessFile.
NikeFS2StorageProvider
          Simplistic interface for a central authority, from which random access storage entities can be allocated / created.
 

Classes in org.deckfour.xes.nikefs2 used by org.deckfour.xes.nikefs2
NikeFS2Block
          This class implements the abstraction of a storage block for the NikeFS2 virtual file systems.
NikeFS2BlockProvider
          This class implements a block provider for the NikeFS2 virtual file system.
NikeFS2FileAccessMonitor
           
NikeFS2LazyRandomAccessStorageImpl
          Lazy implementation of the random access storage in NikeFS2: Blocks are copied as late as possible (soft copies), while retaining soft links otherwise.
NikeFS2RandomAccessStorage
          This interface specifies a random acess data storage container, pretty much the same as java.util.RandomAccessFile.
NikeFS2RandomAccessStorageImpl
          Implements the Random Access Storage interface for using the NikeFS2 virtual file system transparently to the application and user.
NikeFS2RandomAccessStorageImpl.FS2DataInputStream
          Internal support class implementing a data input stream with NikeFS2-block-safe UTF-8 string serialization.
NikeFS2RandomAccessStorageImpl.FS2DataOutputStream
          Internal support class implementing a data output stream with NikeFS2-block-safe UTF-8 string serialization.
NikeFS2StorageProvider
          Simplistic interface for a central authority, from which random access storage entities can be allocated / created.
NikeFS2VirtualFileSystem
          Virtual file system authority, managing swap files and virtual file abstractions.