Class BufferAlignmentInterceptor.FloatVerifier

  • Enclosing class:
    BufferAlignmentInterceptor

    public static final class BufferAlignmentInterceptor.FloatVerifier
    extends java.lang.Object
    Verifier for float types.
    • Constructor Summary

      Constructors 
      Constructor Description
      FloatVerifier()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void verifyAlignment​(int index, DirectBuffer buffer)
      Verify alignment of the float types.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FloatVerifier

        public FloatVerifier()
    • Method Detail

      • verifyAlignment

        @OnMethodEnter
        public static void verifyAlignment​(int index,
                                           @This
                                           DirectBuffer buffer)
        Verify alignment of the float types.
        Parameters:
        index - into the buffer.
        buffer - the buffer.