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