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