Package org.agrona.agent
Class BufferAlignmentInterceptor.FloatVerifier
java.lang.Object
org.agrona.agent.BufferAlignmentInterceptor.FloatVerifier
- Enclosing class:
- BufferAlignmentInterceptor
Verifier for
float types.-
Method Summary
Modifier and TypeMethodDescriptionstatic voidverifyAlignment(int index, DirectBuffer buffer) Verify alignment of thefloattypes.
-
Method Details
-
verifyAlignment
Verify alignment of thefloattypes.- Parameters:
index- into the buffer.buffer- the buffer.
-