Package org.processmining.framework.log.rfb.io

Interface Summary
RandomAccessStorage This interface specifies a random acess data storage container, pretty much the same as java.util.RandomAccessFile.
StorageProvider Simplistic interface for a central authority, from which random access storage entities can be allocated / created.
 

Class Summary
ATERandomFileBuffer This class provides a random-access interface to a sequential set of audit trail entries.
BlockDataStorage This class implements a storage container providing dynamically sized blocks of bytes.
CachedRandomAccessFile This class implements the interface of ManagedRandomAccessFile, providing high-level type read and write operations on a managed random access file.
CachedRandomAccessFileProvider Trivial implementation of a storage provider for cached, managed randm access files (i.e.
ManagedRandomAccessFile This class represents the typical interface of a random access file, i.e.
ManagedRandomAccessFile.ShutdownHook This class implements a shutdown hook, which will clear all files backing instances of the enclosing class from the file system at the moment, at which the JVM shuts down.
StorageBlock This class represents a block of bytes, as provided by a block data storage.
VirtFsRandomAccessStorage This class implements a file metaphor, i.e.
VirtualFileSystem This class implements a virtual file system, from which new files, as random access storage containers, can be obtained.
VirtualFileSystem.ShutdownHook This class implements a shutdown hook, which will clear all swap files from the file system at the moment, at which the JVM shuts down.