Uses of Interface
org.deckfour.xes.nikefs2.NikeFS2RandomAccessStorage

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

Uses of NikeFS2RandomAccessStorage in org.deckfour.xes.model.buffered
 

Methods in org.deckfour.xes.model.buffered that return NikeFS2RandomAccessStorage
 NikeFS2RandomAccessStorage XSequentialEventBuffer.getStorage()
          Returns the random access storage this instance is based on
 

Uses of NikeFS2RandomAccessStorage in org.deckfour.xes.nikefs2
 

Classes in org.deckfour.xes.nikefs2 that implement NikeFS2RandomAccessStorage
 class NikeFS2LazyRandomAccessStorageImpl
          Lazy implementation of the random access storage in NikeFS2: Blocks are copied as late as possible (soft copies), while retaining soft links otherwise.
 class NikeFS2RandomAccessStorageImpl
          Implements the Random Access Storage interface for using the NikeFS2 virtual file system transparently to the application and user.
 

Methods in org.deckfour.xes.nikefs2 that return NikeFS2RandomAccessStorage
 NikeFS2RandomAccessStorage NikeFS2LazyRandomAccessStorageImpl.copy()
           
 NikeFS2RandomAccessStorage NikeFS2RandomAccessStorage.copy()
          Creates a clone, or copy, of this storage, having the exact same contents and the file pointer reset to zero.
 NikeFS2RandomAccessStorage NikeFS2RandomAccessStorageImpl.copy()
           
 NikeFS2RandomAccessStorage NikeFS2StorageProvider.createStorage()
          Creates a new empty random access storage, which is suitable for storing byte sequences and primitive data types.
 NikeFS2RandomAccessStorage NikeFS2VirtualFileSystem.createStorage()