Uses of Interface
org.deckfour.xes.nikefs2.NikeFS2RandomAccessStorage
-
Packages that use NikeFS2RandomAccessStorage Package Description 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 Modifier and Type Method Description NikeFS2RandomAccessStorageXSequentialEventBuffer. 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 Modifier and Type Class Description classNikeFS2LazyRandomAccessStorageImplLazy implementation of the random access storage in NikeFS2: Blocks are copied as late as possible (soft copies), while retaining soft links otherwise.classNikeFS2RandomAccessStorageImplImplements 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 Modifier and Type Method Description NikeFS2RandomAccessStorageNikeFS2LazyRandomAccessStorageImpl. copy()NikeFS2RandomAccessStorageNikeFS2RandomAccessStorage. copy()Creates a clone, or copy, of this storage, having the exact same contents and the file pointer reset to zero.NikeFS2RandomAccessStorageNikeFS2RandomAccessStorageImpl. copy()NikeFS2RandomAccessStorageNikeFS2StorageProvider. createStorage()Creates a new empty random access storage, which is suitable for storing byte sequences and primitive data types.NikeFS2RandomAccessStorageNikeFS2VirtualFileSystem. createStorage()
-