public class OffheapAreas
extends java.lang.Object
This class is just required internally (e.g. by the class {@link BlenderFile).
The class contains a list of so-called offheap areas
(refer to Java .Blend documentation for more information on offheap areas).
Basically, offheap areas refer to data in blocks that may or may not overlap
the address space of other blocks. Thus, those blocks can only be retrieved
by an exact match to its start address (which is still unique). The I/O subsystem
identifies offheap areas by the SDNA index of the struct stored in the blocks
of those areas.
- Author:
- homac