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