Class Layouts

java.lang.Object
express.mvp.roray.utils.memory.Layouts

public final class Layouts extends Object
A utility class containing pre-defined, unaligned ValueLayout constants for common data types.

Using .withByteAlignment(1) on all multi-byte types allows these layouts to read from or write to any byte offset, which is crucial for packed, zero-copy data structures.