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