public static final class BufferAlignmentInterceptor.FloatVerifier extends Object
float types.| Constructor and Description |
|---|
FloatVerifier() |
| Modifier and Type | Method and Description |
|---|---|
static void |
verifyAlignment(int index,
DirectBuffer buffer)
Verify alignment of the
float types. |
static void |
verifyAlignment(int index,
DirectBuffer buffer,
int alignment)
Interceptor for type alignment verifier.
|
@Advice.OnMethodEnter
public static void verifyAlignment(int index,
@Advice.This
DirectBuffer buffer)
float types.index - into the buffer.buffer - the buffer.public static void verifyAlignment(int index,
@Advice.This
DirectBuffer buffer,
int alignment)
index - into the buffer.buffer - the buffer.alignment - to be verified.Copyright © 2014-2021 Real Logic Limited. All Rights Reserved.