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