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