public class MappedMemoryHandler
extends java.lang.Object
The problem is that we do NOT want an evio event which is split between 2 different memory maps. This is addressed by scanning a memory map of the largest size to find the last complete evio block it contains. The next memory map then starts at the following block.
Just a note about synchronization. This object is NOT threadsafe but it
doesn't have to be since its use in EvioReader
is synchronized and
therefore there should be not be thread unsafe.