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

Packages that use org.processmining.framework.log.rfb.io
org.processmining.framework.log.rfb   
org.processmining.framework.log.rfb.io   
org.processmining.framework.ui.menus   
 

Classes in org.processmining.framework.log.rfb.io used by org.processmining.framework.log.rfb
ATERandomFileBuffer
          This class provides a random-access interface to a sequential set of audit trail entries.
 

Classes in org.processmining.framework.log.rfb.io used by org.processmining.framework.log.rfb.io
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.
ManagedRandomAccessFile
          This class represents the typical interface of a random access file, i.e.
RandomAccessStorage
          This interface specifies a random acess data storage container, pretty much the same as java.util.RandomAccessFile.
StorageBlock
          This class represents a block of bytes, as provided by a block data storage.
StorageProvider
          Simplistic interface for a central authority, from which random access storage entities can be allocated / created.
VirtualFileSystem
          This class implements a virtual file system, from which new files, as random access storage containers, can be obtained.
 

Classes in org.processmining.framework.log.rfb.io used by org.processmining.framework.ui.menus
StorageProvider
          Simplistic interface for a central authority, from which random access storage entities can be allocated / created.