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