Interface Datum.Accessor.Deformed

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

public static interface Datum.Accessor.Deformed extends Datum.Layout
An accessor for use with a 'deformed' (array-of-Datum) memory layout.

When using a 'deformed' accessor, the caller is responsible for passing an offset value that is an integral multiple of SIZEOF_DATUM from where the array-of-Datum starts.