Package org.agrona.agent
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 void
verifyAlignment
(int index, DirectBuffer buffer) Verify alignment of theint
types.
-
Constructor Details
-
IntVerifier
public IntVerifier()
-
-
Method Details
-
verifyAlignment
Verify alignment of theint
types.- Parameters:
index
- into the buffer.buffer
- the buffer.
-