Package org.agrona.agent
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 void
verifyAlignment
(int index, DirectBuffer buffer) Verify alignment of thefloat
types.
-
Constructor Details
-
FloatVerifier
private FloatVerifier()
-
-
Method Details
-
verifyAlignment
Verify alignment of thefloat
types.- Parameters:
index
- into the buffer.buffer
- the buffer.
-