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