Package org.agrona.agent
Class BufferAlignmentInterceptor.CharVerifier
- java.lang.Object
-
- org.agrona.agent.BufferAlignmentInterceptor.CharVerifier
-
- Enclosing class:
- BufferAlignmentInterceptor
public static final class BufferAlignmentInterceptor.CharVerifier extends java.lang.Object
Verifier forchar
types.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
CharVerifier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
verifyAlignment(int index, DirectBuffer buffer)
Verify alignment of thechar
types.
-
-
-
Method Detail
-
verifyAlignment
@OnMethodEnter public static void verifyAlignment(int index, @This DirectBuffer buffer)
Verify alignment of thechar
types.- Parameters:
index
- into the buffer.buffer
- the buffer.
-
-