Interface Datum.Accessor.Heap

All Superinterfaces:
Datum.Layout
Enclosing interface:
Datum.Accessor<B,L extends Datum.Layout>

public static interface Datum.Accessor.Heap extends Datum.Layout
An accessor for use with a heap-tuple styled, flattened, memory layout.

When using a heap accessor, the caller is responsible for passing an offset value properly computed from the sizes of preceding members and the alignment of the member to be accessed.